Shades of Prussian Blue #04435F
Tints of Prussian Blue #04435F
RGB
CMYK
RGB Variations
Color information
#04435F (or 0x04435F) is known color: Prussian Blue. HEX triplet: 04, 43 and 5F. RGB value is (4,67,95). Sum of RGB (Red+Green+Blue) = 4+67+95=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #04435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04435F is #FBBCA0. Grayscale: #333333. Windows color (decimal): -16497825 or 6243076. OLE color: 6243076.
HSL color Cylindrical-coordinate representation of color #04435F: hue angle of 198.46º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04435F is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 67 | 95 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.63 |
| HSL | 198.46º | 0.92% | 0.19% | - |
| HSV(B) | 198.46º | 0.96% | 0.37% | - |
| XYZ | 4.12 | 4.87 | 11.55 | - |
| YUV | 51.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 95 | 0.96 | 0.29 | 0 | 0.63 | 198.46 | 0.92 | 0.19 |
| Hex | 4 | 43 | 5F | 60 | 1D | 0 | 3F | C6 | 5C | 13 |
| Octal | 4 | 103 | 137 | 140 | 35 | 0 | 77 | 306 | 134 | 23 |
| Binary | 100 | 1000011 | 1011111 | 1100000 | 11101 | 0 | 111111 | 11000110 | 1011100 | 10011 |
Color Harmonies of #04435F
Complementary color
Monochromatic Colors of #04435F
Black with #04435F
Text Example
Text Example
White with #04435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04435F; }
p { color: rgb(4,67,95); }
H1.HeaderClassName
{
color: #04435F;
}
.AnyTagClassName
{
color: #04435F;
}
</style>
background-color css
<style>
a { background-color: #04435F; }
a { background-color: rgb(4,67,95); }
div.DivClassName
{
background-color: #04435F;
}
.BgClassName
{
background-color: #04435F;
}
</style>
border-color css
<style>
span { border-color: #04435F; }
span { border-color: rgb(4,67,95); }
td.TdClassName
{
border-color: #04435F;
}
.TagClassName
{
border-color: #04435F;
}
</style>