Shades of Sapphire #042778
Tints of Sapphire #042778
RGB
CMYK
RGB Variations
Color information
#042778 (or 0x042778) is known color: Sapphire. HEX triplet: 04, 27 and 78. RGB value is (4,39,120). Sum of RGB (Red+Green+Blue) = 4+39+120=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #042778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042778 is #FBD887. Grayscale: #252525. Windows color (decimal): -16504968 or 7874308. OLE color: 7874308.
HSL color Cylindrical-coordinate representation of color #042778: hue angle of 221.9º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042778 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 39 | 120 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.53 |
| HSL | 221.9º | 0.94% | 0.24% | - |
| HSV(B) | 221.9º | 0.97% | 0.47% | - |
| XYZ | 4.17 | 2.83 | 18.1 | - |
| YUV | 37.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 120 | 0.97 | 0.67 | 0 | 0.53 | 221.9 | 0.94 | 0.24 |
| Hex | 4 | 27 | 78 | 61 | 43 | 0 | 35 | DE | 5E | 18 |
| Octal | 4 | 47 | 170 | 141 | 103 | 0 | 65 | 336 | 136 | 30 |
| Binary | 100 | 100111 | 1111000 | 1100001 | 1000011 | 0 | 110101 | 11011110 | 1011110 | 11000 |
Color Harmonies of #042778
Complementary color
Monochromatic Colors of #042778
Black with #042778
Text Example
Text Example
White with #042778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042778; }
p { color: rgb(4,39,120); }
H1.HeaderClassName
{
color: #042778;
}
.AnyTagClassName
{
color: #042778;
}
</style>
background-color css
<style>
a { background-color: #042778; }
a { background-color: rgb(4,39,120); }
div.DivClassName
{
background-color: #042778;
}
.BgClassName
{
background-color: #042778;
}
</style>
border-color css
<style>
span { border-color: #042778; }
span { border-color: rgb(4,39,120); }
td.TdClassName
{
border-color: #042778;
}
.TagClassName
{
border-color: #042778;
}
</style>