Shades of Sherpa Blue #073F49
Tints of Sherpa Blue #073F49
RGB
CMYK
RGB Variations
Color information
#073F49 (or 0x073F49) is known color: Sherpa Blue. HEX triplet: 07, 3F and 49. RGB value is (7,63,73). Sum of RGB (Red+Green+Blue) = 7+63+73=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #073F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F49 is #F8C0B6. Grayscale: #2F2F2F. Windows color (decimal): -16302263 or 4800263. OLE color: 4800263.
HSL color Cylindrical-coordinate representation of color #073F49: hue angle of 189.09º 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 #073F49 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 63 | 73 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.71 |
| HSL | 189.09º | 0.83% | 0.16% | - |
| HSV(B) | 189.09º | 0.9% | 0.29% | - |
| XYZ | 3.07 | 4.08 | 6.93 | - |
| YUV | 47.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 73 | 0.90 | 0.14 | 0 | 0.71 | 189.09 | 0.83 | 0.16 |
| Hex | 7 | 3F | 49 | 5A | E | 0 | 47 | BD | 52 | 10 |
| Octal | 7 | 77 | 111 | 132 | 16 | 0 | 107 | 275 | 122 | 20 |
| Binary | 111 | 111111 | 1001001 | 1011010 | 1110 | 0 | 1000111 | 10111101 | 1010010 | 10000 |
Color Harmonies of #073F49
Complementary color
Monochromatic Colors of #073F49
Black with #073F49
Text Example
Text Example
White with #073F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F49; }
p { color: rgb(7,63,73); }
H1.HeaderClassName
{
color: #073F49;
}
.AnyTagClassName
{
color: #073F49;
}
</style>
background-color css
<style>
a { background-color: #073F49; }
a { background-color: rgb(7,63,73); }
div.DivClassName
{
background-color: #073F49;
}
.BgClassName
{
background-color: #073F49;
}
</style>
border-color css
<style>
span { border-color: #073F49; }
span { border-color: rgb(7,63,73); }
td.TdClassName
{
border-color: #073F49;
}
.TagClassName
{
border-color: #073F49;
}
</style>