Shades of Sherpa Blue #073B49
Tints of Sherpa Blue #073B49
RGB
CMYK
RGB Variations
Color information
#073B49 (or 0x073B49) is known color: Sherpa Blue. HEX triplet: 07, 3B and 49. RGB value is (7,59,73). Sum of RGB (Red+Green+Blue) = 7+59+73=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #073B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B49 is #F8C4B6. Grayscale: #2C2C2C. Windows color (decimal): -16303287 or 4799239. OLE color: 4799239.
HSL color Cylindrical-coordinate representation of color #073B49: hue angle of 192.73º 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 #073B49 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 59 | 73 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.71 |
| HSL | 192.73º | 0.83% | 0.16% | - |
| HSV(B) | 192.73º | 0.9% | 0.29% | - |
| XYZ | 2.85 | 3.65 | 6.86 | - |
| YUV | 45.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 73 | 0.90 | 0.19 | 0 | 0.71 | 192.73 | 0.83 | 0.16 |
| Hex | 7 | 3B | 49 | 5A | 13 | 0 | 47 | C1 | 52 | 10 |
| Octal | 7 | 73 | 111 | 132 | 23 | 0 | 107 | 301 | 122 | 20 |
| Binary | 111 | 111011 | 1001001 | 1011010 | 10011 | 0 | 1000111 | 11000001 | 1010010 | 10000 |
Color Harmonies of #073B49
Complementary color
Monochromatic Colors of #073B49
Black with #073B49
Text Example
Text Example
White with #073B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B49; }
p { color: rgb(7,59,73); }
H1.HeaderClassName
{
color: #073B49;
}
.AnyTagClassName
{
color: #073B49;
}
</style>
background-color css
<style>
a { background-color: #073B49; }
a { background-color: rgb(7,59,73); }
div.DivClassName
{
background-color: #073B49;
}
.BgClassName
{
background-color: #073B49;
}
</style>
border-color css
<style>
span { border-color: #073B49; }
span { border-color: rgb(7,59,73); }
td.TdClassName
{
border-color: #073B49;
}
.TagClassName
{
border-color: #073B49;
}
</style>