Shades of Sapphire #041946
Tints of Sapphire #041946
RGB
CMYK
RGB Variations
Color information
#041946 (or 0x041946) is known color: Sapphire. HEX triplet: 04, 19 and 46. RGB value is (4,25,70). Sum of RGB (Red+Green+Blue) = 4+25+70=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #041946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041946 is #FBE6B9. Grayscale: #171717. Windows color (decimal): -16508602 or 4593924. OLE color: 4593924.
HSL color Cylindrical-coordinate representation of color #041946: hue angle of 220.91º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041946 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 25 | 70 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.73 |
| HSL | 220.91º | 0.89% | 0.15% | - |
| HSV(B) | 220.91º | 0.94% | 0.27% | - |
| XYZ | 1.5 | 1.16 | 5.94 | - |
| YUV | 23.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 70 | 0.94 | 0.64 | 0 | 0.73 | 220.91 | 0.89 | 0.15 |
| Hex | 4 | 19 | 46 | 5E | 40 | 0 | 49 | DD | 59 | F |
| Octal | 4 | 31 | 106 | 136 | 100 | 0 | 111 | 335 | 131 | 17 |
| Binary | 100 | 11001 | 1000110 | 1011110 | 1000000 | 0 | 1001001 | 11011101 | 1011001 | 1111 |
Color Harmonies of #041946
Complementary color
Monochromatic Colors of #041946
Black with #041946
Text Example
Text Example
White with #041946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041946; }
p { color: rgb(4,25,70); }
H1.HeaderClassName
{
color: #041946;
}
.AnyTagClassName
{
color: #041946;
}
</style>
background-color css
<style>
a { background-color: #041946; }
a { background-color: rgb(4,25,70); }
div.DivClassName
{
background-color: #041946;
}
.BgClassName
{
background-color: #041946;
}
</style>
border-color css
<style>
span { border-color: #041946; }
span { border-color: rgb(4,25,70); }
td.TdClassName
{
border-color: #041946;
}
.TagClassName
{
border-color: #041946;
}
</style>