Shades of Sapphire #042676
Tints of Sapphire #042676
RGB
CMYK
RGB Variations
Color information
#042676 (or 0x042676) is known color: Sapphire. HEX triplet: 04, 26 and 76. RGB value is (4,38,118). Sum of RGB (Red+Green+Blue) = 4+38+118=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #042676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042676 is #FBD989. Grayscale: #242424. Windows color (decimal): -16505226 or 7742980. OLE color: 7742980.
HSL color Cylindrical-coordinate representation of color #042676: hue angle of 222.11º 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 #042676 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 38 | 118 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.54 |
| HSL | 222.11º | 0.93% | 0.24% | - |
| HSV(B) | 222.11º | 0.97% | 0.46% | - |
| XYZ | 4.01 | 2.72 | 17.45 | - |
| YUV | 36.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 118 | 0.97 | 0.68 | 0 | 0.54 | 222.11 | 0.93 | 0.24 |
| Hex | 4 | 26 | 76 | 61 | 44 | 0 | 36 | DE | 5D | 18 |
| Octal | 4 | 46 | 166 | 141 | 104 | 0 | 66 | 336 | 135 | 30 |
| Binary | 100 | 100110 | 1110110 | 1100001 | 1000100 | 0 | 110110 | 11011110 | 1011101 | 11000 |
Color Harmonies of #042676
Complementary color
Monochromatic Colors of #042676
Black with #042676
Text Example
Text Example
White with #042676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042676; }
p { color: rgb(4,38,118); }
H1.HeaderClassName
{
color: #042676;
}
.AnyTagClassName
{
color: #042676;
}
</style>
background-color css
<style>
a { background-color: #042676; }
a { background-color: rgb(4,38,118); }
div.DivClassName
{
background-color: #042676;
}
.BgClassName
{
background-color: #042676;
}
</style>
border-color css
<style>
span { border-color: #042676; }
span { border-color: rgb(4,38,118); }
td.TdClassName
{
border-color: #042676;
}
.TagClassName
{
border-color: #042676;
}
</style>