Shades of Prussian Blue #04446B
Tints of Prussian Blue #04446B
RGB
CMYK
RGB Variations
Color information
#04446B (or 0x04446B) is known color: Prussian Blue. HEX triplet: 04, 44 and 6B. RGB value is (4,68,107). Sum of RGB (Red+Green+Blue) = 4+68+107=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #04446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04446B is #FBBB94. Grayscale: #353535. Windows color (decimal): -16497557 or 7029764. OLE color: 7029764.
HSL color Cylindrical-coordinate representation of color #04446B: hue angle of 202.72º 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 #04446B is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 68 | 107 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.58 |
| HSL | 202.72º | 0.93% | 0.22% | - |
| HSV(B) | 202.72º | 0.96% | 0.42% | - |
| XYZ | 4.77 | 5.22 | 14.67 | - |
| YUV | 53.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 107 | 0.96 | 0.36 | 0 | 0.58 | 202.72 | 0.93 | 0.22 |
| Hex | 4 | 44 | 6B | 60 | 24 | 0 | 3A | CB | 5D | 16 |
| Octal | 4 | 104 | 153 | 140 | 44 | 0 | 72 | 313 | 135 | 26 |
| Binary | 100 | 1000100 | 1101011 | 1100000 | 100100 | 0 | 111010 | 11001011 | 1011101 | 10110 |
Color Harmonies of #04446B
Complementary color
Monochromatic Colors of #04446B
Black with #04446B
Text Example
Text Example
White with #04446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04446B; }
p { color: rgb(4,68,107); }
H1.HeaderClassName
{
color: #04446B;
}
.AnyTagClassName
{
color: #04446B;
}
</style>
background-color css
<style>
a { background-color: #04446B; }
a { background-color: rgb(4,68,107); }
div.DivClassName
{
background-color: #04446B;
}
.BgClassName
{
background-color: #04446B;
}
</style>
border-color css
<style>
span { border-color: #04446B; }
span { border-color: rgb(4,68,107); }
td.TdClassName
{
border-color: #04446B;
}
.TagClassName
{
border-color: #04446B;
}
</style>