Shades of Prussian Blue #042E4D
Tints of Prussian Blue #042E4D
RGB
CMYK
RGB Variations
Color information
#042E4D (or 0x042E4D) is known color: Prussian Blue. HEX triplet: 04, 2E and 4D. RGB value is (4,46,77). Sum of RGB (Red+Green+Blue) = 4+46+77=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #042E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E4D is #FBD1B2. Grayscale: #242424. Windows color (decimal): -16503219 or 5058052. OLE color: 5058052.
HSL color Cylindrical-coordinate representation of color #042E4D: hue angle of 205.48º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042E4D is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 46 | 77 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.70 |
| HSL | 205.48º | 0.9% | 0.16% | - |
| HSV(B) | 205.48º | 0.95% | 0.3% | - |
| XYZ | 2.37 | 2.52 | 7.38 | - |
| YUV | 36.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 77 | 0.95 | 0.40 | 0 | 0.70 | 205.48 | 0.9 | 0.16 |
| Hex | 4 | 2E | 4D | 5F | 28 | 0 | 46 | CD | 5A | 10 |
| Octal | 4 | 56 | 115 | 137 | 50 | 0 | 106 | 315 | 132 | 20 |
| Binary | 100 | 101110 | 1001101 | 1011111 | 101000 | 0 | 1000110 | 11001101 | 1011010 | 10000 |
Color Harmonies of #042E4D
Complementary color
Monochromatic Colors of #042E4D
Black with #042E4D
Text Example
Text Example
White with #042E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E4D; }
p { color: rgb(4,46,77); }
H1.HeaderClassName
{
color: #042E4D;
}
.AnyTagClassName
{
color: #042E4D;
}
</style>
background-color css
<style>
a { background-color: #042E4D; }
a { background-color: rgb(4,46,77); }
div.DivClassName
{
background-color: #042E4D;
}
.BgClassName
{
background-color: #042E4D;
}
</style>
border-color css
<style>
span { border-color: #042E4D; }
span { border-color: rgb(4,46,77); }
td.TdClassName
{
border-color: #042E4D;
}
.TagClassName
{
border-color: #042E4D;
}
</style>