Shades of Prussian Blue #04406D
Tints of Prussian Blue #04406D
RGB
CMYK
RGB Variations
Color information
#04406D (or 0x04406D) is known color: Prussian Blue. HEX triplet: 04, 40 and 6D. RGB value is (4,64,109). Sum of RGB (Red+Green+Blue) = 4+64+109=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #04406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04406D is #FBBF92. Grayscale: #323232. Windows color (decimal): -16498579 or 7159812. OLE color: 7159812.
HSL color Cylindrical-coordinate representation of color #04406D: hue angle of 205.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04406D is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 64 | 109 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.57 |
| HSL | 205.71º | 0.93% | 0.22% | - |
| HSV(B) | 205.71º | 0.96% | 0.43% | - |
| XYZ | 4.64 | 4.8 | 15.15 | - |
| YUV | 51.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 109 | 0.96 | 0.41 | 0 | 0.57 | 205.71 | 0.93 | 0.22 |
| Hex | 4 | 40 | 6D | 60 | 29 | 0 | 39 | CE | 5D | 16 |
| Octal | 4 | 100 | 155 | 140 | 51 | 0 | 71 | 316 | 135 | 26 |
| Binary | 100 | 1000000 | 1101101 | 1100000 | 101001 | 0 | 111001 | 11001110 | 1011101 | 10110 |
Color Harmonies of #04406D
Complementary color
Monochromatic Colors of #04406D
Black with #04406D
Text Example
Text Example
White with #04406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04406D; }
p { color: rgb(4,64,109); }
H1.HeaderClassName
{
color: #04406D;
}
.AnyTagClassName
{
color: #04406D;
}
</style>
background-color css
<style>
a { background-color: #04406D; }
a { background-color: rgb(4,64,109); }
div.DivClassName
{
background-color: #04406D;
}
.BgClassName
{
background-color: #04406D;
}
</style>
border-color css
<style>
span { border-color: #04406D; }
span { border-color: rgb(4,64,109); }
td.TdClassName
{
border-color: #04406D;
}
.TagClassName
{
border-color: #04406D;
}
</style>