Shades of Prussian Blue #043464
Tints of Prussian Blue #043464
RGB
CMYK
RGB Variations
Color information
#043464 (or 0x043464) is known color: Prussian Blue. HEX triplet: 04, 34 and 64. RGB value is (4,52,100). Sum of RGB (Red+Green+Blue) = 4+52+100=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #043464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043464 is #FBCB9B. Grayscale: #2A2A2A. Windows color (decimal): -16501660 or 6566916. OLE color: 6566916.
HSL color Cylindrical-coordinate representation of color #043464: hue angle of 210º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043464 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 52 | 100 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.61 |
| HSL | 210º | 0.92% | 0.2% | - |
| HSV(B) | 210º | 0.96% | 0.39% | - |
| XYZ | 3.58 | 3.4 | 12.52 | - |
| YUV | 43.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 100 | 0.96 | 0.48 | 0 | 0.61 | 210 | 0.92 | 0.2 |
| Hex | 4 | 34 | 64 | 60 | 30 | 0 | 3D | D2 | 5C | 14 |
| Octal | 4 | 64 | 144 | 140 | 60 | 0 | 75 | 322 | 134 | 24 |
| Binary | 100 | 110100 | 1100100 | 1100000 | 110000 | 0 | 111101 | 11010010 | 1011100 | 10100 |
Color Harmonies of #043464
Complementary color
Monochromatic Colors of #043464
Black with #043464
Text Example
Text Example
White with #043464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043464; }
p { color: rgb(4,52,100); }
H1.HeaderClassName
{
color: #043464;
}
.AnyTagClassName
{
color: #043464;
}
</style>
background-color css
<style>
a { background-color: #043464; }
a { background-color: rgb(4,52,100); }
div.DivClassName
{
background-color: #043464;
}
.BgClassName
{
background-color: #043464;
}
</style>
border-color css
<style>
span { border-color: #043464; }
span { border-color: rgb(4,52,100); }
td.TdClassName
{
border-color: #043464;
}
.TagClassName
{
border-color: #043464;
}
</style>