Shades of Sherpa Blue #073C46
Tints of Sherpa Blue #073C46
RGB
CMYK
RGB Variations
Color information
#073C46 (or 0x073C46) is known color: Sherpa Blue. HEX triplet: 07, 3C and 46. RGB value is (7,60,70). Sum of RGB (Red+Green+Blue) = 7+60+70=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #073C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C46 is #F8C3B9. Grayscale: #2D2D2D. Windows color (decimal): -16303034 or 4602887. OLE color: 4602887.
HSL color Cylindrical-coordinate representation of color #073C46: hue angle of 189.52º 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 #073C46 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 60 | 70 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.73 |
| HSL | 189.52º | 0.82% | 0.15% | - |
| HSV(B) | 189.52º | 0.9% | 0.27% | - |
| XYZ | 2.81 | 3.72 | 6.36 | - |
| YUV | 45.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 70 | 0.90 | 0.14 | 0 | 0.73 | 189.52 | 0.82 | 0.15 |
| Hex | 7 | 3C | 46 | 5A | E | 0 | 49 | BE | 52 | F |
| Octal | 7 | 74 | 106 | 132 | 16 | 0 | 111 | 276 | 122 | 17 |
| Binary | 111 | 111100 | 1000110 | 1011010 | 1110 | 0 | 1001001 | 10111110 | 1010010 | 1111 |
Color Harmonies of #073C46
Complementary color
Monochromatic Colors of #073C46
Black with #073C46
Text Example
Text Example
White with #073C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C46; }
p { color: rgb(7,60,70); }
H1.HeaderClassName
{
color: #073C46;
}
.AnyTagClassName
{
color: #073C46;
}
</style>
background-color css
<style>
a { background-color: #073C46; }
a { background-color: rgb(7,60,70); }
div.DivClassName
{
background-color: #073C46;
}
.BgClassName
{
background-color: #073C46;
}
</style>
border-color css
<style>
span { border-color: #073C46; }
span { border-color: rgb(7,60,70); }
td.TdClassName
{
border-color: #073C46;
}
.TagClassName
{
border-color: #073C46;
}
</style>