Shades of Prussian Blue #043873
Tints of Prussian Blue #043873
RGB
CMYK
RGB Variations
Color information
#043873 (or 0x043873) is known color: Prussian Blue. HEX triplet: 04, 38 and 73. RGB value is (4,56,115). Sum of RGB (Red+Green+Blue) = 4+56+115=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #043873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043873 is #FBC78C. Grayscale: #2E2E2E. Windows color (decimal): -16500621 or 7550980. OLE color: 7550980.
HSL color Cylindrical-coordinate representation of color #043873: hue angle of 211.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043873 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 56 | 115 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.55 |
| HSL | 211.89º | 0.93% | 0.23% | - |
| HSV(B) | 211.89º | 0.97% | 0.45% | - |
| XYZ | 4.56 | 4.09 | 16.77 | - |
| YUV | 47.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 115 | 0.97 | 0.51 | 0 | 0.55 | 211.89 | 0.93 | 0.23 |
| Hex | 4 | 38 | 73 | 61 | 33 | 0 | 37 | D4 | 5D | 17 |
| Octal | 4 | 70 | 163 | 141 | 63 | 0 | 67 | 324 | 135 | 27 |
| Binary | 100 | 111000 | 1110011 | 1100001 | 110011 | 0 | 110111 | 11010100 | 1011101 | 10111 |
Color Harmonies of #043873
Complementary color
Monochromatic Colors of #043873
Black with #043873
Text Example
Text Example
White with #043873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043873; }
p { color: rgb(4,56,115); }
H1.HeaderClassName
{
color: #043873;
}
.AnyTagClassName
{
color: #043873;
}
</style>
background-color css
<style>
a { background-color: #043873; }
a { background-color: rgb(4,56,115); }
div.DivClassName
{
background-color: #043873;
}
.BgClassName
{
background-color: #043873;
}
</style>
border-color css
<style>
span { border-color: #043873; }
span { border-color: rgb(4,56,115); }
td.TdClassName
{
border-color: #043873;
}
.TagClassName
{
border-color: #043873;
}
</style>