Shades of Prussian Blue #044762
Tints of Prussian Blue #044762
RGB
CMYK
RGB Variations
Color information
#044762 (or 0x044762) is known color: Prussian Blue. HEX triplet: 04, 47 and 62. RGB value is (4,71,98). Sum of RGB (Red+Green+Blue) = 4+71+98=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #044762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044762 is #FBB89D. Grayscale: #353535. Windows color (decimal): -16496798 or 6440708. OLE color: 6440708.
HSL color Cylindrical-coordinate representation of color #044762: hue angle of 197.23º 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 #044762 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 71 | 98 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.62 |
| HSL | 197.23º | 0.92% | 0.2% | - |
| HSV(B) | 197.23º | 0.96% | 0.38% | - |
| XYZ | 4.51 | 5.41 | 12.36 | - |
| YUV | 54.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 98 | 0.96 | 0.28 | 0 | 0.62 | 197.23 | 0.92 | 0.2 |
| Hex | 4 | 47 | 62 | 60 | 1C | 0 | 3E | C5 | 5C | 14 |
| Octal | 4 | 107 | 142 | 140 | 34 | 0 | 76 | 305 | 134 | 24 |
| Binary | 100 | 1000111 | 1100010 | 1100000 | 11100 | 0 | 111110 | 11000101 | 1011100 | 10100 |
Color Harmonies of #044762
Complementary color
Monochromatic Colors of #044762
Black with #044762
Text Example
Text Example
White with #044762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044762; }
p { color: rgb(4,71,98); }
H1.HeaderClassName
{
color: #044762;
}
.AnyTagClassName
{
color: #044762;
}
</style>
background-color css
<style>
a { background-color: #044762; }
a { background-color: rgb(4,71,98); }
div.DivClassName
{
background-color: #044762;
}
.BgClassName
{
background-color: #044762;
}
</style>
border-color css
<style>
span { border-color: #044762; }
span { border-color: rgb(4,71,98); }
td.TdClassName
{
border-color: #044762;
}
.TagClassName
{
border-color: #044762;
}
</style>