Shades of Sherpa Blue #073E4C
Tints of Sherpa Blue #073E4C
RGB
CMYK
RGB Variations
Color information
#073E4C (or 0x073E4C) is known color: Sherpa Blue. HEX triplet: 07, 3E and 4C. RGB value is (7,62,76). Sum of RGB (Red+Green+Blue) = 7+62+76=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #073E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E4C is #F8C1B3. Grayscale: #2F2F2F. Windows color (decimal): -16302516 or 4996615. OLE color: 4996615.
HSL color Cylindrical-coordinate representation of color #073E4C: hue angle of 192.17º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073E4C is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 62 | 76 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.70 |
| HSL | 192.17º | 0.83% | 0.16% | - |
| HSV(B) | 192.17º | 0.91% | 0.3% | - |
| XYZ | 3.11 | 4.01 | 7.45 | - |
| YUV | 47.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 76 | 0.91 | 0.18 | 0 | 0.70 | 192.17 | 0.83 | 0.16 |
| Hex | 7 | 3E | 4C | 5B | 12 | 0 | 46 | C0 | 53 | 10 |
| Octal | 7 | 76 | 114 | 133 | 22 | 0 | 106 | 300 | 123 | 20 |
| Binary | 111 | 111110 | 1001100 | 1011011 | 10010 | 0 | 1000110 | 11000000 | 1010011 | 10000 |
Color Harmonies of #073E4C
Complementary color
Monochromatic Colors of #073E4C
Black with #073E4C
Text Example
Text Example
White with #073E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E4C; }
p { color: rgb(7,62,76); }
H1.HeaderClassName
{
color: #073E4C;
}
.AnyTagClassName
{
color: #073E4C;
}
</style>
background-color css
<style>
a { background-color: #073E4C; }
a { background-color: rgb(7,62,76); }
div.DivClassName
{
background-color: #073E4C;
}
.BgClassName
{
background-color: #073E4C;
}
</style>
border-color css
<style>
span { border-color: #073E4C; }
span { border-color: rgb(7,62,76); }
td.TdClassName
{
border-color: #073E4C;
}
.TagClassName
{
border-color: #073E4C;
}
</style>