Shades of Prussian Blue #044469
Tints of Prussian Blue #044469
RGB
CMYK
RGB Variations
Color information
#044469 (or 0x044469) is known color: Prussian Blue. HEX triplet: 04, 44 and 69. RGB value is (4,68,105). Sum of RGB (Red+Green+Blue) = 4+68+105=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #044469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044469 is #FBBB96. Grayscale: #343434. Windows color (decimal): -16497559 or 6898692. OLE color: 6898692.
HSL color Cylindrical-coordinate representation of color #044469: hue angle of 201.98º 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 #044469 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 68 | 105 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.59 |
| HSL | 201.98º | 0.93% | 0.21% | - |
| HSV(B) | 201.98º | 0.96% | 0.41% | - |
| XYZ | 4.67 | 5.18 | 14.12 | - |
| YUV | 53.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 105 | 0.96 | 0.35 | 0 | 0.59 | 201.98 | 0.93 | 0.21 |
| Hex | 4 | 44 | 69 | 60 | 23 | 0 | 3B | CA | 5D | 15 |
| Octal | 4 | 104 | 151 | 140 | 43 | 0 | 73 | 312 | 135 | 25 |
| Binary | 100 | 1000100 | 1101001 | 1100000 | 100011 | 0 | 111011 | 11001010 | 1011101 | 10101 |
Color Harmonies of #044469
Complementary color
Monochromatic Colors of #044469
Black with #044469
Text Example
Text Example
White with #044469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044469; }
p { color: rgb(4,68,105); }
H1.HeaderClassName
{
color: #044469;
}
.AnyTagClassName
{
color: #044469;
}
</style>
background-color css
<style>
a { background-color: #044469; }
a { background-color: rgb(4,68,105); }
div.DivClassName
{
background-color: #044469;
}
.BgClassName
{
background-color: #044469;
}
</style>
border-color css
<style>
span { border-color: #044469; }
span { border-color: rgb(4,68,105); }
td.TdClassName
{
border-color: #044469;
}
.TagClassName
{
border-color: #044469;
}
</style>