Shades of Prussian Blue #04425E
Tints of Prussian Blue #04425E
RGB
CMYK
RGB Variations
Color information
#04425E (or 0x04425E) is known color: Prussian Blue. HEX triplet: 04, 42 and 5E. RGB value is (4,66,94). Sum of RGB (Red+Green+Blue) = 4+66+94=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #04425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425E is #FBBDA1. Grayscale: #323232. Windows color (decimal): -16498082 or 6177284. OLE color: 6177284.
HSL color Cylindrical-coordinate representation of color #04425E: hue angle of 198.67º 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 #04425E is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 66 | 94 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.63 |
| HSL | 198.67º | 0.92% | 0.19% | - |
| HSV(B) | 198.67º | 0.96% | 0.37% | - |
| XYZ | 4.02 | 4.73 | 11.29 | - |
| YUV | 50.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 94 | 0.96 | 0.30 | 0 | 0.63 | 198.67 | 0.92 | 0.19 |
| Hex | 4 | 42 | 5E | 60 | 1E | 0 | 3F | C7 | 5C | 13 |
| Octal | 4 | 102 | 136 | 140 | 36 | 0 | 77 | 307 | 134 | 23 |
| Binary | 100 | 1000010 | 1011110 | 1100000 | 11110 | 0 | 111111 | 11000111 | 1011100 | 10011 |
Color Harmonies of #04425E
Complementary color
Monochromatic Colors of #04425E
Black with #04425E
Text Example
Text Example
White with #04425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04425E; }
p { color: rgb(4,66,94); }
H1.HeaderClassName
{
color: #04425E;
}
.AnyTagClassName
{
color: #04425E;
}
</style>
background-color css
<style>
a { background-color: #04425E; }
a { background-color: rgb(4,66,94); }
div.DivClassName
{
background-color: #04425E;
}
.BgClassName
{
background-color: #04425E;
}
</style>
border-color css
<style>
span { border-color: #04425E; }
span { border-color: rgb(4,66,94); }
td.TdClassName
{
border-color: #04425E;
}
.TagClassName
{
border-color: #04425E;
}
</style>