Shades of Prussian Blue #004669
Tints of Prussian Blue #004669
RGB
CMYK
RGB Variations
Color information
#004669 (or 0x004669) is known color: Prussian Blue. HEX triplet: 00, 46 and 69. RGB value is (0,70,105). Sum of RGB (Red+Green+Blue) = 0+70+105=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #004669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004669 is #FFB996. Grayscale: #343434. Windows color (decimal): -16759191 or 6899200. OLE color: 6899200.
HSL color Cylindrical-coordinate representation of color #004669: hue angle of 200º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004669 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 70 | 105 | - |
| CMYK | 1 | 0.33 | 0 | 0.59 |
| HSL | 200º | 1% | 0.21% | - |
| HSV(B) | 200º | 1% | 0.41% | - |
| XYZ | 4.74 | 5.4 | 14.16 | - |
| YUV | 53.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 105 | 1 | 0.33 | 0 | 0.59 | 200 | 1 | 0.21 |
| Hex | 0 | 46 | 69 | 64 | 21 | 0 | 3B | C8 | 64 | 15 |
| Octal | 0 | 106 | 151 | 144 | 41 | 0 | 73 | 310 | 144 | 25 |
| Binary | 0 | 1000110 | 1101001 | 1100100 | 100001 | 0 | 111011 | 11001000 | 1100100 | 10101 |
Color Harmonies of #004669
Complementary color
Monochromatic Colors of #004669
Black with #004669
Text Example
Text Example
White with #004669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004669; }
p { color: rgb(0,70,105); }
H1.HeaderClassName
{
color: #004669;
}
.AnyTagClassName
{
color: #004669;
}
</style>
background-color css
<style>
a { background-color: #004669; }
a { background-color: rgb(0,70,105); }
div.DivClassName
{
background-color: #004669;
}
.BgClassName
{
background-color: #004669;
}
</style>
border-color css
<style>
span { border-color: #004669; }
span { border-color: rgb(0,70,105); }
td.TdClassName
{
border-color: #004669;
}
.TagClassName
{
border-color: #004669;
}
</style>