Shades of Sapphire #041773
Tints of Sapphire #041773
RGB
CMYK
RGB Variations
Color information
#041773 (or 0x041773) is known color: Sapphire. HEX triplet: 04, 17 and 73. RGB value is (4,23,115). Sum of RGB (Red+Green+Blue) = 4+23+115=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #041773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041773 is #FBE88C. Grayscale: #1B1B1B. Windows color (decimal): -16509069 or 7542532. OLE color: 7542532.
HSL color Cylindrical-coordinate representation of color #041773: hue angle of 229.73º 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 #041773 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 23 | 115 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.55 |
| HSL | 229.73º | 0.93% | 0.23% | - |
| HSV(B) | 229.73º | 0.97% | 0.45% | - |
| XYZ | 3.45 | 1.88 | 16.4 | - |
| YUV | 27.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 115 | 0.97 | 0.80 | 0 | 0.55 | 229.73 | 0.93 | 0.23 |
| Hex | 4 | 17 | 73 | 61 | 50 | 0 | 37 | E6 | 5D | 17 |
| Octal | 4 | 27 | 163 | 141 | 120 | 0 | 67 | 346 | 135 | 27 |
| Binary | 100 | 10111 | 1110011 | 1100001 | 1010000 | 0 | 110111 | 11100110 | 1011101 | 10111 |
Color Harmonies of #041773
Complementary color
Monochromatic Colors of #041773
Black with #041773
Text Example
Text Example
White with #041773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041773; }
p { color: rgb(4,23,115); }
H1.HeaderClassName
{
color: #041773;
}
.AnyTagClassName
{
color: #041773;
}
</style>
background-color css
<style>
a { background-color: #041773; }
a { background-color: rgb(4,23,115); }
div.DivClassName
{
background-color: #041773;
}
.BgClassName
{
background-color: #041773;
}
</style>
border-color css
<style>
span { border-color: #041773; }
span { border-color: rgb(4,23,115); }
td.TdClassName
{
border-color: #041773;
}
.TagClassName
{
border-color: #041773;
}
</style>