Shades of Prussian Blue #043861
Tints of Prussian Blue #043861
RGB
CMYK
RGB Variations
Color information
#043861 (or 0x043861) is known color: Prussian Blue. HEX triplet: 04, 38 and 61. RGB value is (4,56,97). Sum of RGB (Red+Green+Blue) = 4+56+97=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #043861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043861 is #FBC79E. Grayscale: #2C2C2C. Windows color (decimal): -16500639 or 6371332. OLE color: 6371332.
HSL color Cylindrical-coordinate representation of color #043861: hue angle of 206.45º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043861 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 56 | 97 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.62 |
| HSL | 206.45º | 0.92% | 0.2% | - |
| HSV(B) | 206.45º | 0.96% | 0.38% | - |
| XYZ | 3.62 | 3.72 | 11.84 | - |
| YUV | 45.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 97 | 0.96 | 0.42 | 0 | 0.62 | 206.45 | 0.92 | 0.2 |
| Hex | 4 | 38 | 61 | 60 | 2A | 0 | 3E | CE | 5C | 14 |
| Octal | 4 | 70 | 141 | 140 | 52 | 0 | 76 | 316 | 134 | 24 |
| Binary | 100 | 111000 | 1100001 | 1100000 | 101010 | 0 | 111110 | 11001110 | 1011100 | 10100 |
Color Harmonies of #043861
Complementary color
Monochromatic Colors of #043861
Black with #043861
Text Example
Text Example
White with #043861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043861; }
p { color: rgb(4,56,97); }
H1.HeaderClassName
{
color: #043861;
}
.AnyTagClassName
{
color: #043861;
}
</style>
background-color css
<style>
a { background-color: #043861; }
a { background-color: rgb(4,56,97); }
div.DivClassName
{
background-color: #043861;
}
.BgClassName
{
background-color: #043861;
}
</style>
border-color css
<style>
span { border-color: #043861; }
span { border-color: rgb(4,56,97); }
td.TdClassName
{
border-color: #043861;
}
.TagClassName
{
border-color: #043861;
}
</style>