Shades of Prussian Blue #004666
Tints of Prussian Blue #004666
RGB
CMYK
RGB Variations
Color information
#004666 (or 0x004666) is known color: Prussian Blue. HEX triplet: 00, 46 and 66. RGB value is (0,70,102). Sum of RGB (Red+Green+Blue) = 0+70+102=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #004666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004666 is #FFB999. Grayscale: #343434. Windows color (decimal): -16759194 or 6702592. OLE color: 6702592.
HSL color Cylindrical-coordinate representation of color #004666: hue angle of 198.82º 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 #004666 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 70 | 102 | - |
| CMYK | 1 | 0.31 | 0 | 0.6 |
| HSL | 198.82º | 1% | 0.2% | - |
| HSV(B) | 198.82º | 1% | 0.4% | - |
| XYZ | 4.59 | 5.34 | 13.36 | - |
| YUV | 52.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 102 | 1 | 0.31 | 0 | 0.6 | 198.82 | 1 | 0.2 |
| Hex | 0 | 46 | 66 | 64 | 1F | 0 | 3C | C7 | 64 | 14 |
| Octal | 0 | 106 | 146 | 144 | 37 | 0 | 74 | 307 | 144 | 24 |
| Binary | 0 | 1000110 | 1100110 | 1100100 | 11111 | 0 | 111100 | 11000111 | 1100100 | 10100 |
Color Harmonies of #004666
Complementary color
Monochromatic Colors of #004666
Black with #004666
Text Example
Text Example
White with #004666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004666; }
p { color: rgb(0,70,102); }
H1.HeaderClassName
{
color: #004666;
}
.AnyTagClassName
{
color: #004666;
}
</style>
background-color css
<style>
a { background-color: #004666; }
a { background-color: rgb(0,70,102); }
div.DivClassName
{
background-color: #004666;
}
.BgClassName
{
background-color: #004666;
}
</style>
border-color css
<style>
span { border-color: #004666; }
span { border-color: rgb(0,70,102); }
td.TdClassName
{
border-color: #004666;
}
.TagClassName
{
border-color: #004666;
}
</style>