Shades of Sapphire #042D76
Tints of Sapphire #042D76
RGB
CMYK
RGB Variations
Color information
#042D76 (or 0x042D76) is known color: Sapphire. HEX triplet: 04, 2D and 76. RGB value is (4,45,118). Sum of RGB (Red+Green+Blue) = 4+45+118=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #042D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D76 is #FBD289. Grayscale: #282828. Windows color (decimal): -16503434 or 7744772. OLE color: 7744772.
HSL color Cylindrical-coordinate representation of color #042D76: hue angle of 218.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D76 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 45 | 118 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.54 |
| HSL | 218.42º | 0.93% | 0.24% | - |
| HSV(B) | 218.42º | 0.97% | 0.46% | - |
| XYZ | 4.26 | 3.21 | 17.53 | - |
| YUV | 41.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 118 | 0.97 | 0.62 | 0 | 0.54 | 218.42 | 0.93 | 0.24 |
| Hex | 4 | 2D | 76 | 61 | 3E | 0 | 36 | DA | 5D | 18 |
| Octal | 4 | 55 | 166 | 141 | 76 | 0 | 66 | 332 | 135 | 30 |
| Binary | 100 | 101101 | 1110110 | 1100001 | 111110 | 0 | 110110 | 11011010 | 1011101 | 11000 |
Color Harmonies of #042D76
Complementary color
Monochromatic Colors of #042D76
Black with #042D76
Text Example
Text Example
White with #042D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D76; }
p { color: rgb(4,45,118); }
H1.HeaderClassName
{
color: #042D76;
}
.AnyTagClassName
{
color: #042D76;
}
</style>
background-color css
<style>
a { background-color: #042D76; }
a { background-color: rgb(4,45,118); }
div.DivClassName
{
background-color: #042D76;
}
.BgClassName
{
background-color: #042D76;
}
</style>
border-color css
<style>
span { border-color: #042D76; }
span { border-color: rgb(4,45,118); }
td.TdClassName
{
border-color: #042D76;
}
.TagClassName
{
border-color: #042D76;
}
</style>