Shades of Prussian Blue #004668
Tints of Prussian Blue #004668
RGB
CMYK
RGB Variations
Color information
#004668 (or 0x004668) is known color: Prussian Blue. HEX triplet: 00, 46 and 68. RGB value is (0,70,104). Sum of RGB (Red+Green+Blue) = 0+70+104=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #004668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004668 is #FFB997. Grayscale: #343434. Windows color (decimal): -16759192 or 6833664. OLE color: 6833664.
HSL color Cylindrical-coordinate representation of color #004668: hue angle of 199.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004668 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 70 | 104 | - |
| CMYK | 1 | 0.33 | 0 | 0.59 |
| HSL | 199.62º | 1% | 0.2% | - |
| HSV(B) | 199.62º | 1% | 0.41% | - |
| XYZ | 4.69 | 5.38 | 13.89 | - |
| YUV | 52.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 104 | 1 | 0.33 | 0 | 0.59 | 199.62 | 1 | 0.2 |
| Hex | 0 | 46 | 68 | 64 | 21 | 0 | 3B | C8 | 64 | 14 |
| Octal | 0 | 106 | 150 | 144 | 41 | 0 | 73 | 310 | 144 | 24 |
| Binary | 0 | 1000110 | 1101000 | 1100100 | 100001 | 0 | 111011 | 11001000 | 1100100 | 10100 |
Color Harmonies of #004668
Complementary color
Monochromatic Colors of #004668
Black with #004668
Text Example
Text Example
White with #004668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004668; }
p { color: rgb(0,70,104); }
H1.HeaderClassName
{
color: #004668;
}
.AnyTagClassName
{
color: #004668;
}
</style>
background-color css
<style>
a { background-color: #004668; }
a { background-color: rgb(0,70,104); }
div.DivClassName
{
background-color: #004668;
}
.BgClassName
{
background-color: #004668;
}
</style>
border-color css
<style>
span { border-color: #004668; }
span { border-color: rgb(0,70,104); }
td.TdClassName
{
border-color: #004668;
}
.TagClassName
{
border-color: #004668;
}
</style>