Shades of Prussian Blue #04425D
Tints of Prussian Blue #04425D
RGB
CMYK
RGB Variations
Color information
#04425D (or 0x04425D) is known color: Prussian Blue. HEX triplet: 04, 42 and 5D. RGB value is (4,66,93). Sum of RGB (Red+Green+Blue) = 4+66+93=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #04425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425D is #FBBDA2. Grayscale: #323232. Windows color (decimal): -16498083 or 6111748. OLE color: 6111748.
HSL color Cylindrical-coordinate representation of color #04425D: hue angle of 198.2º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04425D is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 66 | 93 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.64 |
| HSL | 198.2º | 0.92% | 0.19% | - |
| HSV(B) | 198.2º | 0.96% | 0.36% | - |
| XYZ | 3.97 | 4.71 | 11.06 | - |
| YUV | 50.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 93 | 0.96 | 0.29 | 0 | 0.64 | 198.2 | 0.92 | 0.19 |
| Hex | 4 | 42 | 5D | 60 | 1D | 0 | 40 | C6 | 5C | 13 |
| Octal | 4 | 102 | 135 | 140 | 35 | 0 | 100 | 306 | 134 | 23 |
| Binary | 100 | 1000010 | 1011101 | 1100000 | 11101 | 0 | 1000000 | 11000110 | 1011100 | 10011 |
Color Harmonies of #04425D
Complementary color
Monochromatic Colors of #04425D
Black with #04425D
Text Example
Text Example
White with #04425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04425D; }
p { color: rgb(4,66,93); }
H1.HeaderClassName
{
color: #04425D;
}
.AnyTagClassName
{
color: #04425D;
}
</style>
background-color css
<style>
a { background-color: #04425D; }
a { background-color: rgb(4,66,93); }
div.DivClassName
{
background-color: #04425D;
}
.BgClassName
{
background-color: #04425D;
}
</style>
border-color css
<style>
span { border-color: #04425D; }
span { border-color: rgb(4,66,93); }
td.TdClassName
{
border-color: #04425D;
}
.TagClassName
{
border-color: #04425D;
}
</style>