Shades of Sherpa Blue #073E46
Tints of Sherpa Blue #073E46
RGB
CMYK
RGB Variations
Color information
#073E46 (or 0x073E46) is known color: Sherpa Blue. HEX triplet: 07, 3E and 46. RGB value is (7,62,70). Sum of RGB (Red+Green+Blue) = 7+62+70=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #073E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E46 is #F8C1B9. Grayscale: #2E2E2E. Windows color (decimal): -16302522 or 4603399. OLE color: 4603399.
HSL color Cylindrical-coordinate representation of color #073E46: hue angle of 187.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073E46 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 62 | 70 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.73 |
| HSL | 187.62º | 0.82% | 0.15% | - |
| HSV(B) | 187.62º | 0.9% | 0.27% | - |
| XYZ | 2.92 | 3.93 | 6.4 | - |
| YUV | 46.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 70 | 0.90 | 0.11 | 0 | 0.73 | 187.62 | 0.82 | 0.15 |
| Hex | 7 | 3E | 46 | 5A | B | 0 | 49 | BC | 52 | F |
| Octal | 7 | 76 | 106 | 132 | 13 | 0 | 111 | 274 | 122 | 17 |
| Binary | 111 | 111110 | 1000110 | 1011010 | 1011 | 0 | 1001001 | 10111100 | 1010010 | 1111 |
Color Harmonies of #073E46
Complementary color
Monochromatic Colors of #073E46
Black with #073E46
Text Example
Text Example
White with #073E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E46; }
p { color: rgb(7,62,70); }
H1.HeaderClassName
{
color: #073E46;
}
.AnyTagClassName
{
color: #073E46;
}
</style>
background-color css
<style>
a { background-color: #073E46; }
a { background-color: rgb(7,62,70); }
div.DivClassName
{
background-color: #073E46;
}
.BgClassName
{
background-color: #073E46;
}
</style>
border-color css
<style>
span { border-color: #073E46; }
span { border-color: rgb(7,62,70); }
td.TdClassName
{
border-color: #073E46;
}
.TagClassName
{
border-color: #073E46;
}
</style>