Shades of Prussian Blue #04446A
Tints of Prussian Blue #04446A
RGB
CMYK
RGB Variations
Color information
#04446A (or 0x04446A) is known color: Prussian Blue. HEX triplet: 04, 44 and 6A. RGB value is (4,68,106). Sum of RGB (Red+Green+Blue) = 4+68+106=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #04446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04446A is #FBBB95. Grayscale: #343434. Windows color (decimal): -16497558 or 6964228. OLE color: 6964228.
HSL color Cylindrical-coordinate representation of color #04446A: hue angle of 202.35º 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 #04446A is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 68 | 106 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.58 |
| HSL | 202.35º | 0.93% | 0.22% | - |
| HSV(B) | 202.35º | 0.96% | 0.42% | - |
| XYZ | 4.72 | 5.2 | 14.39 | - |
| YUV | 53.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 106 | 0.96 | 0.36 | 0 | 0.58 | 202.35 | 0.93 | 0.22 |
| Hex | 4 | 44 | 6A | 60 | 24 | 0 | 3A | CA | 5D | 16 |
| Octal | 4 | 104 | 152 | 140 | 44 | 0 | 72 | 312 | 135 | 26 |
| Binary | 100 | 1000100 | 1101010 | 1100000 | 100100 | 0 | 111010 | 11001010 | 1011101 | 10110 |
Color Harmonies of #04446A
Complementary color
Monochromatic Colors of #04446A
Black with #04446A
Text Example
Text Example
White with #04446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04446A; }
p { color: rgb(4,68,106); }
H1.HeaderClassName
{
color: #04446A;
}
.AnyTagClassName
{
color: #04446A;
}
</style>
background-color css
<style>
a { background-color: #04446A; }
a { background-color: rgb(4,68,106); }
div.DivClassName
{
background-color: #04446A;
}
.BgClassName
{
background-color: #04446A;
}
</style>
border-color css
<style>
span { border-color: #04446A; }
span { border-color: rgb(4,68,106); }
td.TdClassName
{
border-color: #04446A;
}
.TagClassName
{
border-color: #04446A;
}
</style>