Shades of Prussian Blue #044669
Tints of Prussian Blue #044669
RGB
CMYK
RGB Variations
Color information
#044669 (or 0x044669) is known color: Prussian Blue. HEX triplet: 04, 46 and 69. RGB value is (4,70,105). Sum of RGB (Red+Green+Blue) = 4+70+105=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #044669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044669 is #FBB996. Grayscale: #363636. Windows color (decimal): -16497047 or 6899204. OLE color: 6899204.
HSL color Cylindrical-coordinate representation of color #044669: hue angle of 200.79º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044669 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 70 | 105 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.59 |
| HSL | 200.79º | 0.93% | 0.21% | - |
| HSV(B) | 200.79º | 0.96% | 0.41% | - |
| XYZ | 4.79 | 5.43 | 14.16 | - |
| YUV | 54.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 105 | 0.96 | 0.33 | 0 | 0.59 | 200.79 | 0.93 | 0.21 |
| Hex | 4 | 46 | 69 | 60 | 21 | 0 | 3B | C9 | 5D | 15 |
| Octal | 4 | 106 | 151 | 140 | 41 | 0 | 73 | 311 | 135 | 25 |
| Binary | 100 | 1000110 | 1101001 | 1100000 | 100001 | 0 | 111011 | 11001001 | 1011101 | 10101 |
Color Harmonies of #044669
Complementary color
Monochromatic Colors of #044669
Black with #044669
Text Example
Text Example
White with #044669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044669; }
p { color: rgb(4,70,105); }
H1.HeaderClassName
{
color: #044669;
}
.AnyTagClassName
{
color: #044669;
}
</style>
background-color css
<style>
a { background-color: #044669; }
a { background-color: rgb(4,70,105); }
div.DivClassName
{
background-color: #044669;
}
.BgClassName
{
background-color: #044669;
}
</style>
border-color css
<style>
span { border-color: #044669; }
span { border-color: rgb(4,70,105); }
td.TdClassName
{
border-color: #044669;
}
.TagClassName
{
border-color: #044669;
}
</style>