Shades of Prussian Blue #042D4D
Tints of Prussian Blue #042D4D
RGB
CMYK
RGB Variations
Color information
#042D4D (or 0x042D4D) is known color: Prussian Blue. HEX triplet: 04, 2D and 4D. RGB value is (4,45,77). Sum of RGB (Red+Green+Blue) = 4+45+77=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #042D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D4D is #FBD2B2. Grayscale: #242424. Windows color (decimal): -16503475 or 5057796. OLE color: 5057796.
HSL color Cylindrical-coordinate representation of color #042D4D: hue angle of 206.3º 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 #042D4D is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 45 | 77 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.70 |
| HSL | 206.3º | 0.9% | 0.16% | - |
| HSV(B) | 206.3º | 0.95% | 0.3% | - |
| XYZ | 2.33 | 2.44 | 7.37 | - |
| YUV | 36.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 77 | 0.95 | 0.42 | 0 | 0.70 | 206.3 | 0.9 | 0.16 |
| Hex | 4 | 2D | 4D | 5F | 2A | 0 | 46 | CE | 5A | 10 |
| Octal | 4 | 55 | 115 | 137 | 52 | 0 | 106 | 316 | 132 | 20 |
| Binary | 100 | 101101 | 1001101 | 1011111 | 101010 | 0 | 1000110 | 11001110 | 1011010 | 10000 |
Color Harmonies of #042D4D
Complementary color
Monochromatic Colors of #042D4D
Black with #042D4D
Text Example
Text Example
White with #042D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D4D; }
p { color: rgb(4,45,77); }
H1.HeaderClassName
{
color: #042D4D;
}
.AnyTagClassName
{
color: #042D4D;
}
</style>
background-color css
<style>
a { background-color: #042D4D; }
a { background-color: rgb(4,45,77); }
div.DivClassName
{
background-color: #042D4D;
}
.BgClassName
{
background-color: #042D4D;
}
</style>
border-color css
<style>
span { border-color: #042D4D; }
span { border-color: rgb(4,45,77); }
td.TdClassName
{
border-color: #042D4D;
}
.TagClassName
{
border-color: #042D4D;
}
</style>