Shades of Prussian Blue #044662
Tints of Prussian Blue #044662
RGB
CMYK
RGB Variations
Color information
#044662 (or 0x044662) is known color: Prussian Blue. HEX triplet: 04, 46 and 62. RGB value is (4,70,98). Sum of RGB (Red+Green+Blue) = 4+70+98=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #044662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044662 is #FBB99D. Grayscale: #353535. Windows color (decimal): -16497054 or 6440452. OLE color: 6440452.
HSL color Cylindrical-coordinate representation of color #044662: hue angle of 197.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044662 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 70 | 98 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.62 |
| HSL | 197.87º | 0.92% | 0.2% | - |
| HSV(B) | 197.87º | 0.96% | 0.38% | - |
| XYZ | 4.44 | 5.29 | 12.34 | - |
| YUV | 53.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 98 | 0.96 | 0.29 | 0 | 0.62 | 197.87 | 0.92 | 0.2 |
| Hex | 4 | 46 | 62 | 60 | 1D | 0 | 3E | C6 | 5C | 14 |
| Octal | 4 | 106 | 142 | 140 | 35 | 0 | 76 | 306 | 134 | 24 |
| Binary | 100 | 1000110 | 1100010 | 1100000 | 11101 | 0 | 111110 | 11000110 | 1011100 | 10100 |
Color Harmonies of #044662
Complementary color
Monochromatic Colors of #044662
Black with #044662
Text Example
Text Example
White with #044662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044662; }
p { color: rgb(4,70,98); }
H1.HeaderClassName
{
color: #044662;
}
.AnyTagClassName
{
color: #044662;
}
</style>
background-color css
<style>
a { background-color: #044662; }
a { background-color: rgb(4,70,98); }
div.DivClassName
{
background-color: #044662;
}
.BgClassName
{
background-color: #044662;
}
</style>
border-color css
<style>
span { border-color: #044662; }
span { border-color: rgb(4,70,98); }
td.TdClassName
{
border-color: #044662;
}
.TagClassName
{
border-color: #044662;
}
</style>