Shades of Sherpa Blue #073D46
Tints of Sherpa Blue #073D46
RGB
CMYK
RGB Variations
Color information
#073D46 (or 0x073D46) is known color: Sherpa Blue. HEX triplet: 07, 3D and 46. RGB value is (7,61,70). Sum of RGB (Red+Green+Blue) = 7+61+70=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #073D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D46 is #F8C2B9. Grayscale: #2D2D2D. Windows color (decimal): -16302778 or 4603143. OLE color: 4603143.
HSL color Cylindrical-coordinate representation of color #073D46: hue angle of 188.57º 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 #073D46 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 61 | 70 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.73 |
| HSL | 188.57º | 0.82% | 0.15% | - |
| HSV(B) | 188.57º | 0.9% | 0.27% | - |
| XYZ | 2.86 | 3.82 | 6.38 | - |
| YUV | 45.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 70 | 0.90 | 0.13 | 0 | 0.73 | 188.57 | 0.82 | 0.15 |
| Hex | 7 | 3D | 46 | 5A | D | 0 | 49 | BD | 52 | F |
| Octal | 7 | 75 | 106 | 132 | 15 | 0 | 111 | 275 | 122 | 17 |
| Binary | 111 | 111101 | 1000110 | 1011010 | 1101 | 0 | 1001001 | 10111101 | 1010010 | 1111 |
Color Harmonies of #073D46
Complementary color
Monochromatic Colors of #073D46
Black with #073D46
Text Example
Text Example
White with #073D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D46; }
p { color: rgb(7,61,70); }
H1.HeaderClassName
{
color: #073D46;
}
.AnyTagClassName
{
color: #073D46;
}
</style>
background-color css
<style>
a { background-color: #073D46; }
a { background-color: rgb(7,61,70); }
div.DivClassName
{
background-color: #073D46;
}
.BgClassName
{
background-color: #073D46;
}
</style>
border-color css
<style>
span { border-color: #073D46; }
span { border-color: rgb(7,61,70); }
td.TdClassName
{
border-color: #073D46;
}
.TagClassName
{
border-color: #073D46;
}
</style>