Shades of Prussian Blue #04456A
Tints of Prussian Blue #04456A
RGB
CMYK
RGB Variations
Color information
#04456A (or 0x04456A) is known color: Prussian Blue. HEX triplet: 04, 45 and 6A. RGB value is (4,69,106). Sum of RGB (Red+Green+Blue) = 4+69+106=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #04456A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04456A is #FBBA95. Grayscale: #353535. Windows color (decimal): -16497302 or 6964484. OLE color: 6964484.
HSL color Cylindrical-coordinate representation of color #04456A: hue angle of 201.76º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04456A is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 69 | 106 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.58 |
| HSL | 201.76º | 0.93% | 0.22% | - |
| HSV(B) | 201.76º | 0.96% | 0.42% | - |
| XYZ | 4.78 | 5.32 | 14.41 | - |
| YUV | 53.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 106 | 0.96 | 0.35 | 0 | 0.58 | 201.76 | 0.93 | 0.22 |
| Hex | 4 | 45 | 6A | 60 | 23 | 0 | 3A | CA | 5D | 16 |
| Octal | 4 | 105 | 152 | 140 | 43 | 0 | 72 | 312 | 135 | 26 |
| Binary | 100 | 1000101 | 1101010 | 1100000 | 100011 | 0 | 111010 | 11001010 | 1011101 | 10110 |
Color Harmonies of #04456A
Complementary color
Monochromatic Colors of #04456A
Black with #04456A
Text Example
Text Example
White with #04456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04456A; }
p { color: rgb(4,69,106); }
H1.HeaderClassName
{
color: #04456A;
}
.AnyTagClassName
{
color: #04456A;
}
</style>
background-color css
<style>
a { background-color: #04456A; }
a { background-color: rgb(4,69,106); }
div.DivClassName
{
background-color: #04456A;
}
.BgClassName
{
background-color: #04456A;
}
</style>
border-color css
<style>
span { border-color: #04456A; }
span { border-color: rgb(4,69,106); }
td.TdClassName
{
border-color: #04456A;
}
.TagClassName
{
border-color: #04456A;
}
</style>