Shades of Prussian Blue #042B4F
Tints of Prussian Blue #042B4F
RGB
CMYK
RGB Variations
Color information
#042B4F (or 0x042B4F) is known color: Prussian Blue. HEX triplet: 04, 2B and 4F. RGB value is (4,43,79). Sum of RGB (Red+Green+Blue) = 4+43+79=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #042B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B4F is #FBD4B0. Grayscale: #232323. Windows color (decimal): -16503985 or 5188356. OLE color: 5188356.
HSL color Cylindrical-coordinate representation of color #042B4F: hue angle of 208.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042B4F is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 43 | 79 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.69 |
| HSL | 208.8º | 0.9% | 0.16% | - |
| HSV(B) | 208.8º | 0.95% | 0.31% | - |
| XYZ | 2.33 | 2.32 | 7.72 | - |
| YUV | 35.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 79 | 0.95 | 0.46 | 0 | 0.69 | 208.8 | 0.9 | 0.16 |
| Hex | 4 | 2B | 4F | 5F | 2E | 0 | 45 | D1 | 5A | 10 |
| Octal | 4 | 53 | 117 | 137 | 56 | 0 | 105 | 321 | 132 | 20 |
| Binary | 100 | 101011 | 1001111 | 1011111 | 101110 | 0 | 1000101 | 11010001 | 1011010 | 10000 |
Color Harmonies of #042B4F
Complementary color
Monochromatic Colors of #042B4F
Black with #042B4F
Text Example
Text Example
White with #042B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B4F; }
p { color: rgb(4,43,79); }
H1.HeaderClassName
{
color: #042B4F;
}
.AnyTagClassName
{
color: #042B4F;
}
</style>
background-color css
<style>
a { background-color: #042B4F; }
a { background-color: rgb(4,43,79); }
div.DivClassName
{
background-color: #042B4F;
}
.BgClassName
{
background-color: #042B4F;
}
</style>
border-color css
<style>
span { border-color: #042B4F; }
span { border-color: rgb(4,43,79); }
td.TdClassName
{
border-color: #042B4F;
}
.TagClassName
{
border-color: #042B4F;
}
</style>