Shades of Prussian Blue #04415E
Tints of Prussian Blue #04415E
RGB
CMYK
RGB Variations
Color information
#04415E (or 0x04415E) is known color: Prussian Blue. HEX triplet: 04, 41 and 5E. RGB value is (4,65,94). Sum of RGB (Red+Green+Blue) = 4+65+94=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #04415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04415E is #FBBEA1. Grayscale: #313131. Windows color (decimal): -16498338 or 6177028. OLE color: 6177028.
HSL color Cylindrical-coordinate representation of color #04415E: hue angle of 199.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04415E is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 65 | 94 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.63 |
| HSL | 199.33º | 0.92% | 0.19% | - |
| HSV(B) | 199.33º | 0.96% | 0.37% | - |
| XYZ | 3.96 | 4.61 | 11.27 | - |
| YUV | 50.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 94 | 0.96 | 0.31 | 0 | 0.63 | 199.33 | 0.92 | 0.19 |
| Hex | 4 | 41 | 5E | 60 | 1F | 0 | 3F | C7 | 5C | 13 |
| Octal | 4 | 101 | 136 | 140 | 37 | 0 | 77 | 307 | 134 | 23 |
| Binary | 100 | 1000001 | 1011110 | 1100000 | 11111 | 0 | 111111 | 11000111 | 1011100 | 10011 |
Color Harmonies of #04415E
Complementary color
Monochromatic Colors of #04415E
Black with #04415E
Text Example
Text Example
White with #04415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04415E; }
p { color: rgb(4,65,94); }
H1.HeaderClassName
{
color: #04415E;
}
.AnyTagClassName
{
color: #04415E;
}
</style>
background-color css
<style>
a { background-color: #04415E; }
a { background-color: rgb(4,65,94); }
div.DivClassName
{
background-color: #04415E;
}
.BgClassName
{
background-color: #04415E;
}
</style>
border-color css
<style>
span { border-color: #04415E; }
span { border-color: rgb(4,65,94); }
td.TdClassName
{
border-color: #04415E;
}
.TagClassName
{
border-color: #04415E;
}
</style>