Shades of Prussian Blue #044462
Tints of Prussian Blue #044462
RGB
CMYK
RGB Variations
Color information
#044462 (or 0x044462) is known color: Prussian Blue. HEX triplet: 04, 44 and 62. RGB value is (4,68,98). Sum of RGB (Red+Green+Blue) = 4+68+98=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #044462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044462 is #FBBB9D. Grayscale: #343434. Windows color (decimal): -16497566 or 6439940. OLE color: 6439940.
HSL color Cylindrical-coordinate representation of color #044462: hue angle of 199.15º 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 #044462 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 68 | 98 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.62 |
| HSL | 199.15º | 0.92% | 0.2% | - |
| HSV(B) | 199.15º | 0.96% | 0.38% | - |
| XYZ | 4.32 | 5.04 | 12.3 | - |
| YUV | 52.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 98 | 0.96 | 0.31 | 0 | 0.62 | 199.15 | 0.92 | 0.2 |
| Hex | 4 | 44 | 62 | 60 | 1F | 0 | 3E | C7 | 5C | 14 |
| Octal | 4 | 104 | 142 | 140 | 37 | 0 | 76 | 307 | 134 | 24 |
| Binary | 100 | 1000100 | 1100010 | 1100000 | 11111 | 0 | 111110 | 11000111 | 1011100 | 10100 |
Color Harmonies of #044462
Complementary color
Monochromatic Colors of #044462
Black with #044462
Text Example
Text Example
White with #044462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044462; }
p { color: rgb(4,68,98); }
H1.HeaderClassName
{
color: #044462;
}
.AnyTagClassName
{
color: #044462;
}
</style>
background-color css
<style>
a { background-color: #044462; }
a { background-color: rgb(4,68,98); }
div.DivClassName
{
background-color: #044462;
}
.BgClassName
{
background-color: #044462;
}
</style>
border-color css
<style>
span { border-color: #044462; }
span { border-color: rgb(4,68,98); }
td.TdClassName
{
border-color: #044462;
}
.TagClassName
{
border-color: #044462;
}
</style>