Shades of Sapphire #041849
Tints of Sapphire #041849
RGB
CMYK
RGB Variations
Color information
#041849 (or 0x041849) is known color: Sapphire. HEX triplet: 04, 18 and 49. RGB value is (4,24,73). Sum of RGB (Red+Green+Blue) = 4+24+73=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #041849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041849 is #FBE7B6. Grayscale: #171717. Windows color (decimal): -16508855 or 4790276. OLE color: 4790276.
HSL color Cylindrical-coordinate representation of color #041849: hue angle of 222.61º 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 #041849 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 24 | 73 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.71 |
| HSL | 222.61º | 0.9% | 0.15% | - |
| HSV(B) | 222.61º | 0.95% | 0.29% | - |
| XYZ | 1.58 | 1.16 | 6.44 | - |
| YUV | 23.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 73 | 0.95 | 0.67 | 0 | 0.71 | 222.61 | 0.9 | 0.15 |
| Hex | 4 | 18 | 49 | 5F | 43 | 0 | 47 | DF | 5A | F |
| Octal | 4 | 30 | 111 | 137 | 103 | 0 | 107 | 337 | 132 | 17 |
| Binary | 100 | 11000 | 1001001 | 1011111 | 1000011 | 0 | 1000111 | 11011111 | 1011010 | 1111 |
Color Harmonies of #041849
Complementary color
Monochromatic Colors of #041849
Black with #041849
Text Example
Text Example
White with #041849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041849; }
p { color: rgb(4,24,73); }
H1.HeaderClassName
{
color: #041849;
}
.AnyTagClassName
{
color: #041849;
}
</style>
background-color css
<style>
a { background-color: #041849; }
a { background-color: rgb(4,24,73); }
div.DivClassName
{
background-color: #041849;
}
.BgClassName
{
background-color: #041849;
}
</style>
border-color css
<style>
span { border-color: #041849; }
span { border-color: rgb(4,24,73); }
td.TdClassName
{
border-color: #041849;
}
.TagClassName
{
border-color: #041849;
}
</style>