428
428 is the HTTP status code Precondition Required — the server insists on a conditional request.
- Even
- Composite
Where 428 fits
Why 428 is special
428 exists to prevent the lost update. A server that returns it is refusing blind writes: the client must say which version it believes it is modifying, so two people editing the same record cannot silently overwrite each other. It converts a race condition into a visible 412.
Not just a mathematical number
428is also used in ways where ordinary arithmetic doesn't apply — each listed below with what genuinely does and doesn't follow from it.
- Mathematical number
A genuine quantity — its mathematical properties (prime, square, factors, and so on) are real facts about it.
A genuine quantity that ordinary arithmetic applies to — it can be prime, even, a perfect square, added to another number meaningfully, and so on.
- Code
Also used as a code — HTTP status codes.
An assigned identifier from a fixed registry or standard — its digits don't represent an amount, and arithmetic on it is meaningless (HTTP status 404 + 1 is not a 'better' status; it's a different, unrelated code).
Factors & digit properties
- Divisors (6)
- 1, 2, 4, 107, 214, 428
- Prime factorisation
- 2^2 × 107
- Digit sum
- 14
- Digital root
- 5
Representations
- Decimal
- 428
- Scientific notation
- 4.280 × 10^2
Roman numerals
C D X X V I I I
CDXXVIII uses the subtractive pair CD: a hundred before five hundred — five hundred minus a hundred.
Binary
1 1 0 1 0 1 1 0 0
1 × 256 + 1 × 128 + 0 × 64 + 1 × 32 + 0 × 16 + 1 × 8 + 1 × 4 + 0 × 2 + 0 × 1 = 428
Octal
6 5 4
6 × 64 + 5 × 8 + 4 × 1 = 428
Hexadecimal
1 a c
1 × 256 + a × 16 + c × 1 = 428
Read as powers of two: 256 + 128 + 32 + 8 + 4 = 428.
In historical numeral systems
Egyptian
4 coils of rope, 2 hobbles, 8 strokes
4 × 100 + 2 × 10 + 8 × 1 = 428. The signs are simply repeated and added; where they sit on the line is a matter of layout, not value.
Babylonian
7 vertical wedges (sixties place), 8 vertical wedges (units place)
7 × 60 + 8 = 428. Places are separated by a space on the tablet, with the higher place written first.
Greek (Ionic)
upsilon, then kappa, then eta, marked as a numeral
upsilon-kappa-eta + keraia
upsilon + kappa + eta written in descending order and added — the letters carry their values wherever they stand, so this is addition, not place value.
Hebrew numerals
tav, then kaf, then het
tav-kaf-het
tav (400) + kaf (20) + het (8) = 428, written in descending order.
Systems that simply cannot reach this value are left out. Where a script needs a font most readers do not have, the reading is given instead of the glyphs — see number systems for each system in full.
Other mathematical patterns
- Deficient number
Related numbers & connections
428 requires the client to state which version it is updating, converting a silent overwrite between two editors into a visible conflict.
428 requires a client to send a precondition; 412 is what comes back when that precondition turns out to be false. Together they convert a silent lost update into a visible, retryable conflict.
View 412 →Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Other connections
- is associated with412
why?
Strength 0.50, confidence "high".
Technology & computing
A server returning 428 refuses to accept a blind write: the client must state which version it thinks it is updating. Two people editing the same record then collide visibly with a 412 rather than one silently overwriting the other. It converts a data-loss bug into an error message.
DocumentedTechnology & computing
Common questions
Is 428 a prime number?
No, 428 is not prime.
What are the factors of 428?
The factors of 428 are 1, 2, 4, 107, 214, 428.
What is 428 in Roman numerals?
428 in Roman numerals is CDXXVIII. CD is subtractive: a hundred before five hundred — five hundred minus a hundred. Written additively it would be CCCCXXVIII, which Roman inscriptions used freely — the strict subtractive form is a later convention.
About this page's data
Mathematical facts:computed directly from the number's value — nothing to source or verify externally.
Contextual records: 1 reviewer-confirmed record, sourced and reviewed before publication.
Last reviewed: 15 July 2026