Shades of Prussian Blue #044766
Tints of Prussian Blue #044766
RGB
CMYK
RGB Variations
Color information
#044766 (or 0x044766) is known color: Prussian Blue. HEX triplet: 04, 47 and 66. RGB value is (4,71,102). Sum of RGB (Red+Green+Blue) = 4+71+102=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #044766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044766 is #FBB899. Grayscale: #363636. Windows color (decimal): -16496794 or 6702852. OLE color: 6702852.
HSL color Cylindrical-coordinate representation of color #044766: hue angle of 198.98º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044766 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 71 | 102 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.6 |
| HSL | 198.98º | 0.92% | 0.21% | - |
| HSV(B) | 198.98º | 0.96% | 0.4% | - |
| XYZ | 4.7 | 5.49 | 13.38 | - |
| YUV | 54.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 102 | 0.96 | 0.30 | 0 | 0.6 | 198.98 | 0.92 | 0.21 |
| Hex | 4 | 47 | 66 | 60 | 1E | 0 | 3C | C7 | 5C | 15 |
| Octal | 4 | 107 | 146 | 140 | 36 | 0 | 74 | 307 | 134 | 25 |
| Binary | 100 | 1000111 | 1100110 | 1100000 | 11110 | 0 | 111100 | 11000111 | 1011100 | 10101 |
Color Harmonies of #044766
Complementary color
Monochromatic Colors of #044766
Black with #044766
Text Example
Text Example
White with #044766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044766; }
p { color: rgb(4,71,102); }
H1.HeaderClassName
{
color: #044766;
}
.AnyTagClassName
{
color: #044766;
}
</style>
background-color css
<style>
a { background-color: #044766; }
a { background-color: rgb(4,71,102); }
div.DivClassName
{
background-color: #044766;
}
.BgClassName
{
background-color: #044766;
}
</style>
border-color css
<style>
span { border-color: #044766; }
span { border-color: rgb(4,71,102); }
td.TdClassName
{
border-color: #044766;
}
.TagClassName
{
border-color: #044766;
}
</style>