Shades of Prussian Blue #042F4E
Tints of Prussian Blue #042F4E
RGB
CMYK
RGB Variations
Color information
#042F4E (or 0x042F4E) is known color: Prussian Blue. HEX triplet: 04, 2F and 4E. RGB value is (4,47,78). Sum of RGB (Red+Green+Blue) = 4+47+78=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #042F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F4E is #FBD0B1. Grayscale: #252525. Windows color (decimal): -16502962 or 5123844. OLE color: 5123844.
HSL color Cylindrical-coordinate representation of color #042F4E: hue angle of 205.14º 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 #042F4E is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 47 | 78 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.69 |
| HSL | 205.14º | 0.9% | 0.16% | - |
| HSV(B) | 205.14º | 0.95% | 0.31% | - |
| XYZ | 2.44 | 2.61 | 7.58 | - |
| YUV | 37.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 78 | 0.95 | 0.40 | 0 | 0.69 | 205.14 | 0.9 | 0.16 |
| Hex | 4 | 2F | 4E | 5F | 28 | 0 | 45 | CD | 5A | 10 |
| Octal | 4 | 57 | 116 | 137 | 50 | 0 | 105 | 315 | 132 | 20 |
| Binary | 100 | 101111 | 1001110 | 1011111 | 101000 | 0 | 1000101 | 11001101 | 1011010 | 10000 |
Color Harmonies of #042F4E
Complementary color
Monochromatic Colors of #042F4E
Black with #042F4E
Text Example
Text Example
White with #042F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F4E; }
p { color: rgb(4,47,78); }
H1.HeaderClassName
{
color: #042F4E;
}
.AnyTagClassName
{
color: #042F4E;
}
</style>
background-color css
<style>
a { background-color: #042F4E; }
a { background-color: rgb(4,47,78); }
div.DivClassName
{
background-color: #042F4E;
}
.BgClassName
{
background-color: #042F4E;
}
</style>
border-color css
<style>
span { border-color: #042F4E; }
span { border-color: rgb(4,47,78); }
td.TdClassName
{
border-color: #042F4E;
}
.TagClassName
{
border-color: #042F4E;
}
</style>