Shades of Prussian Blue #044665
Tints of Prussian Blue #044665
RGB
CMYK
RGB Variations
Color information
#044665 (or 0x044665) is known color: Prussian Blue. HEX triplet: 04, 46 and 65. RGB value is (4,70,101). Sum of RGB (Red+Green+Blue) = 4+70+101=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #044665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044665 is #FBB99A. Grayscale: #353535. Windows color (decimal): -16497051 or 6637060. OLE color: 6637060.
HSL color Cylindrical-coordinate representation of color #044665: hue angle of 199.18º 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 #044665 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 70 | 101 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.60 |
| HSL | 199.18º | 0.92% | 0.21% | - |
| HSV(B) | 199.18º | 0.96% | 0.4% | - |
| XYZ | 4.59 | 5.35 | 13.1 | - |
| YUV | 53.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 101 | 0.96 | 0.31 | 0 | 0.60 | 199.18 | 0.92 | 0.21 |
| Hex | 4 | 46 | 65 | 60 | 1F | 0 | 3C | C7 | 5C | 15 |
| Octal | 4 | 106 | 145 | 140 | 37 | 0 | 74 | 307 | 134 | 25 |
| Binary | 100 | 1000110 | 1100101 | 1100000 | 11111 | 0 | 111100 | 11000111 | 1011100 | 10101 |
Color Harmonies of #044665
Complementary color
Monochromatic Colors of #044665
Black with #044665
Text Example
Text Example
White with #044665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044665; }
p { color: rgb(4,70,101); }
H1.HeaderClassName
{
color: #044665;
}
.AnyTagClassName
{
color: #044665;
}
</style>
background-color css
<style>
a { background-color: #044665; }
a { background-color: rgb(4,70,101); }
div.DivClassName
{
background-color: #044665;
}
.BgClassName
{
background-color: #044665;
}
</style>
border-color css
<style>
span { border-color: #044665; }
span { border-color: rgb(4,70,101); }
td.TdClassName
{
border-color: #044665;
}
.TagClassName
{
border-color: #044665;
}
</style>