Shades of Sapphire #042762
Tints of Sapphire #042762
RGB
CMYK
RGB Variations
Color information
#042762 (or 0x042762) is known color: Sapphire. HEX triplet: 04, 27 and 62. RGB value is (4,39,98). Sum of RGB (Red+Green+Blue) = 4+39+98=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #042762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042762 is #FBD89D. Grayscale: #222222. Windows color (decimal): -16504990 or 6432516. OLE color: 6432516.
HSL color Cylindrical-coordinate representation of color #042762: hue angle of 217.66º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042762 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 39 | 98 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.62 |
| HSL | 217.66º | 0.92% | 0.2% | - |
| HSV(B) | 217.66º | 0.96% | 0.38% | - |
| XYZ | 2.98 | 2.36 | 11.85 | - |
| YUV | 35.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 98 | 0.96 | 0.60 | 0 | 0.62 | 217.66 | 0.92 | 0.2 |
| Hex | 4 | 27 | 62 | 60 | 3C | 0 | 3E | DA | 5C | 14 |
| Octal | 4 | 47 | 142 | 140 | 74 | 0 | 76 | 332 | 134 | 24 |
| Binary | 100 | 100111 | 1100010 | 1100000 | 111100 | 0 | 111110 | 11011010 | 1011100 | 10100 |
Color Harmonies of #042762
Complementary color
Monochromatic Colors of #042762
Black with #042762
Text Example
Text Example
White with #042762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042762; }
p { color: rgb(4,39,98); }
H1.HeaderClassName
{
color: #042762;
}
.AnyTagClassName
{
color: #042762;
}
</style>
background-color css
<style>
a { background-color: #042762; }
a { background-color: rgb(4,39,98); }
div.DivClassName
{
background-color: #042762;
}
.BgClassName
{
background-color: #042762;
}
</style>
border-color css
<style>
span { border-color: #042762; }
span { border-color: rgb(4,39,98); }
td.TdClassName
{
border-color: #042762;
}
.TagClassName
{
border-color: #042762;
}
</style>