Shades of Sapphire #042673
Tints of Sapphire #042673
RGB
CMYK
RGB Variations
Color information
#042673 (or 0x042673) is known color: Sapphire. HEX triplet: 04, 26 and 73. RGB value is (4,38,115). Sum of RGB (Red+Green+Blue) = 4+38+115=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #042673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042673 is #FBD98C. Grayscale: #242424. Windows color (decimal): -16505229 or 7546372. OLE color: 7546372.
HSL color Cylindrical-coordinate representation of color #042673: hue angle of 221.62º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042673 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 38 | 115 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.55 |
| HSL | 221.62º | 0.93% | 0.23% | - |
| HSV(B) | 221.62º | 0.97% | 0.45% | - |
| XYZ | 3.84 | 2.65 | 16.53 | - |
| YUV | 36.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 115 | 0.97 | 0.67 | 0 | 0.55 | 221.62 | 0.93 | 0.23 |
| Hex | 4 | 26 | 73 | 61 | 43 | 0 | 37 | DE | 5D | 17 |
| Octal | 4 | 46 | 163 | 141 | 103 | 0 | 67 | 336 | 135 | 27 |
| Binary | 100 | 100110 | 1110011 | 1100001 | 1000011 | 0 | 110111 | 11011110 | 1011101 | 10111 |
Color Harmonies of #042673
Complementary color
Monochromatic Colors of #042673
Black with #042673
Text Example
Text Example
White with #042673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042673; }
p { color: rgb(4,38,115); }
H1.HeaderClassName
{
color: #042673;
}
.AnyTagClassName
{
color: #042673;
}
</style>
background-color css
<style>
a { background-color: #042673; }
a { background-color: rgb(4,38,115); }
div.DivClassName
{
background-color: #042673;
}
.BgClassName
{
background-color: #042673;
}
</style>
border-color css
<style>
span { border-color: #042673; }
span { border-color: rgb(4,38,115); }
td.TdClassName
{
border-color: #042673;
}
.TagClassName
{
border-color: #042673;
}
</style>