Shades of Sapphire #041D47
Tints of Sapphire #041D47
RGB
CMYK
RGB Variations
Color information
#041D47 (or 0x041D47) is known color: Sapphire. HEX triplet: 04, 1D and 47. RGB value is (4,29,71). Sum of RGB (Red+Green+Blue) = 4+29+71=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #041D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D47 is #FBE2B8. Grayscale: #1A1A1A. Windows color (decimal): -16507577 or 4660484. OLE color: 4660484.
HSL color Cylindrical-coordinate representation of color #041D47: hue angle of 217.61º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041D47 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 29 | 71 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.72 |
| HSL | 217.61º | 0.89% | 0.15% | - |
| HSV(B) | 217.61º | 0.94% | 0.28% | - |
| XYZ | 1.63 | 1.36 | 6.14 | - |
| YUV | 26.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 71 | 0.94 | 0.59 | 0 | 0.72 | 217.61 | 0.89 | 0.15 |
| Hex | 4 | 1D | 47 | 5E | 3B | 0 | 48 | DA | 59 | F |
| Octal | 4 | 35 | 107 | 136 | 73 | 0 | 110 | 332 | 131 | 17 |
| Binary | 100 | 11101 | 1000111 | 1011110 | 111011 | 0 | 1001000 | 11011010 | 1011001 | 1111 |
Color Harmonies of #041D47
Complementary color
Monochromatic Colors of #041D47
Black with #041D47
Text Example
Text Example
White with #041D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D47; }
p { color: rgb(4,29,71); }
H1.HeaderClassName
{
color: #041D47;
}
.AnyTagClassName
{
color: #041D47;
}
</style>
background-color css
<style>
a { background-color: #041D47; }
a { background-color: rgb(4,29,71); }
div.DivClassName
{
background-color: #041D47;
}
.BgClassName
{
background-color: #041D47;
}
</style>
border-color css
<style>
span { border-color: #041D47; }
span { border-color: rgb(4,29,71); }
td.TdClassName
{
border-color: #041D47;
}
.TagClassName
{
border-color: #041D47;
}
</style>