Shades of Sherpa Blue #073C49
Tints of Sherpa Blue #073C49
RGB
CMYK
RGB Variations
Color information
#073C49 (or 0x073C49) is known color: Sherpa Blue. HEX triplet: 07, 3C and 49. RGB value is (7,60,73). Sum of RGB (Red+Green+Blue) = 7+60+73=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #073C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C49 is #F8C3B6. Grayscale: #2D2D2D. Windows color (decimal): -16303031 or 4799495. OLE color: 4799495.
HSL color Cylindrical-coordinate representation of color #073C49: hue angle of 191.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073C49 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 60 | 73 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.71 |
| HSL | 191.82º | 0.83% | 0.16% | - |
| HSV(B) | 191.82º | 0.9% | 0.29% | - |
| XYZ | 2.91 | 3.76 | 6.88 | - |
| YUV | 45.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 73 | 0.90 | 0.18 | 0 | 0.71 | 191.82 | 0.83 | 0.16 |
| Hex | 7 | 3C | 49 | 5A | 12 | 0 | 47 | C0 | 52 | 10 |
| Octal | 7 | 74 | 111 | 132 | 22 | 0 | 107 | 300 | 122 | 20 |
| Binary | 111 | 111100 | 1001001 | 1011010 | 10010 | 0 | 1000111 | 11000000 | 1010010 | 10000 |
Color Harmonies of #073C49
Complementary color
Monochromatic Colors of #073C49
Black with #073C49
Text Example
Text Example
White with #073C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C49; }
p { color: rgb(7,60,73); }
H1.HeaderClassName
{
color: #073C49;
}
.AnyTagClassName
{
color: #073C49;
}
</style>
background-color css
<style>
a { background-color: #073C49; }
a { background-color: rgb(7,60,73); }
div.DivClassName
{
background-color: #073C49;
}
.BgClassName
{
background-color: #073C49;
}
</style>
border-color css
<style>
span { border-color: #073C49; }
span { border-color: rgb(7,60,73); }
td.TdClassName
{
border-color: #073C49;
}
.TagClassName
{
border-color: #073C49;
}
</style>