Shades of Sapphire #041E49
Tints of Sapphire #041E49
RGB
CMYK
RGB Variations
Color information
#041E49 (or 0x041E49) is known color: Sapphire. HEX triplet: 04, 1E and 49. RGB value is (4,30,73). Sum of RGB (Red+Green+Blue) = 4+30+73=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #041E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E49 is #FBE1B6. Grayscale: #1A1A1A. Windows color (decimal): -16507319 or 4791812. OLE color: 4791812.
HSL color Cylindrical-coordinate representation of color #041E49: hue angle of 217.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E49 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 30 | 73 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.71 |
| HSL | 217.39º | 0.9% | 0.15% | - |
| HSV(B) | 217.39º | 0.95% | 0.29% | - |
| XYZ | 1.72 | 1.44 | 6.49 | - |
| YUV | 27.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 73 | 0.95 | 0.59 | 0 | 0.71 | 217.39 | 0.9 | 0.15 |
| Hex | 4 | 1E | 49 | 5F | 3B | 0 | 47 | D9 | 5A | F |
| Octal | 4 | 36 | 111 | 137 | 73 | 0 | 107 | 331 | 132 | 17 |
| Binary | 100 | 11110 | 1001001 | 1011111 | 111011 | 0 | 1000111 | 11011001 | 1011010 | 1111 |
Color Harmonies of #041E49
Complementary color
Monochromatic Colors of #041E49
Black with #041E49
Text Example
Text Example
White with #041E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E49; }
p { color: rgb(4,30,73); }
H1.HeaderClassName
{
color: #041E49;
}
.AnyTagClassName
{
color: #041E49;
}
</style>
background-color css
<style>
a { background-color: #041E49; }
a { background-color: rgb(4,30,73); }
div.DivClassName
{
background-color: #041E49;
}
.BgClassName
{
background-color: #041E49;
}
</style>
border-color css
<style>
span { border-color: #041E49; }
span { border-color: rgb(4,30,73); }
td.TdClassName
{
border-color: #041E49;
}
.TagClassName
{
border-color: #041E49;
}
</style>