Shades of Prussian Blue #044864
Tints of Prussian Blue #044864
RGB
CMYK
RGB Variations
Color information
#044864 (or 0x044864) is known color: Prussian Blue. HEX triplet: 04, 48 and 64. RGB value is (4,72,100). Sum of RGB (Red+Green+Blue) = 4+72+100=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #044864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044864 is #FBB79B. Grayscale: #363636. Windows color (decimal): -16496540 or 6572036. OLE color: 6572036.
HSL color Cylindrical-coordinate representation of color #044864: hue angle of 197.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044864 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 72 | 100 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.61 |
| HSL | 197.5º | 0.92% | 0.2% | - |
| HSV(B) | 197.5º | 0.96% | 0.39% | - |
| XYZ | 4.67 | 5.58 | 12.89 | - |
| YUV | 54.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 100 | 0.96 | 0.28 | 0 | 0.61 | 197.5 | 0.92 | 0.2 |
| Hex | 4 | 48 | 64 | 60 | 1C | 0 | 3D | C6 | 5C | 14 |
| Octal | 4 | 110 | 144 | 140 | 34 | 0 | 75 | 306 | 134 | 24 |
| Binary | 100 | 1001000 | 1100100 | 1100000 | 11100 | 0 | 111101 | 11000110 | 1011100 | 10100 |
Color Harmonies of #044864
Complementary color
Monochromatic Colors of #044864
Black with #044864
Text Example
Text Example
White with #044864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044864; }
p { color: rgb(4,72,100); }
H1.HeaderClassName
{
color: #044864;
}
.AnyTagClassName
{
color: #044864;
}
</style>
background-color css
<style>
a { background-color: #044864; }
a { background-color: rgb(4,72,100); }
div.DivClassName
{
background-color: #044864;
}
.BgClassName
{
background-color: #044864;
}
</style>
border-color css
<style>
span { border-color: #044864; }
span { border-color: rgb(4,72,100); }
td.TdClassName
{
border-color: #044864;
}
.TagClassName
{
border-color: #044864;
}
</style>