Shades of Prussian Blue #004866
Tints of Prussian Blue #004866
RGB
CMYK
RGB Variations
Color information
#004866 (or 0x004866) is known color: Prussian Blue. HEX triplet: 00, 48 and 66. RGB value is (0,72,102). Sum of RGB (Red+Green+Blue) = 0+72+102=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #004866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004866 is #FFB799. Grayscale: #353535. Windows color (decimal): -16758682 or 6703104. OLE color: 6703104.
HSL color Cylindrical-coordinate representation of color #004866: hue angle of 197.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004866 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 72 | 102 | - |
| CMYK | 1 | 0.29 | 0 | 0.6 |
| HSL | 197.65º | 1% | 0.2% | - |
| HSV(B) | 197.65º | 1% | 0.4% | - |
| XYZ | 4.72 | 5.59 | 13.4 | - |
| YUV | 53.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 102 | 1 | 0.29 | 0 | 0.6 | 197.65 | 1 | 0.2 |
| Hex | 0 | 48 | 66 | 64 | 1D | 0 | 3C | C6 | 64 | 14 |
| Octal | 0 | 110 | 146 | 144 | 35 | 0 | 74 | 306 | 144 | 24 |
| Binary | 0 | 1001000 | 1100110 | 1100100 | 11101 | 0 | 111100 | 11000110 | 1100100 | 10100 |
Color Harmonies of #004866
Complementary color
Monochromatic Colors of #004866
Black with #004866
Text Example
Text Example
White with #004866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004866; }
p { color: rgb(0,72,102); }
H1.HeaderClassName
{
color: #004866;
}
.AnyTagClassName
{
color: #004866;
}
</style>
background-color css
<style>
a { background-color: #004866; }
a { background-color: rgb(0,72,102); }
div.DivClassName
{
background-color: #004866;
}
.BgClassName
{
background-color: #004866;
}
</style>
border-color css
<style>
span { border-color: #004866; }
span { border-color: rgb(0,72,102); }
td.TdClassName
{
border-color: #004866;
}
.TagClassName
{
border-color: #004866;
}
</style>