Shades of Sherpa Blue #074049
Tints of Sherpa Blue #074049
RGB
CMYK
RGB Variations
Color information
#074049 (or 0x074049) is known color: Sherpa Blue. HEX triplet: 07, 40 and 49. RGB value is (7,64,73). Sum of RGB (Red+Green+Blue) = 7+64+73=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #074049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074049 is #F8BFB6. Grayscale: #2F2F2F. Windows color (decimal): -16302007 or 4800519. OLE color: 4800519.
HSL color Cylindrical-coordinate representation of color #074049: hue angle of 188.18º 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 #074049 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 64 | 73 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.71 |
| HSL | 188.18º | 0.83% | 0.16% | - |
| HSV(B) | 188.18º | 0.9% | 0.29% | - |
| XYZ | 3.12 | 4.19 | 6.95 | - |
| YUV | 47.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 73 | 0.90 | 0.12 | 0 | 0.71 | 188.18 | 0.83 | 0.16 |
| Hex | 7 | 40 | 49 | 5A | C | 0 | 47 | BC | 52 | 10 |
| Octal | 7 | 100 | 111 | 132 | 14 | 0 | 107 | 274 | 122 | 20 |
| Binary | 111 | 1000000 | 1001001 | 1011010 | 1100 | 0 | 1000111 | 10111100 | 1010010 | 10000 |
Color Harmonies of #074049
Complementary color
Monochromatic Colors of #074049
Black with #074049
Text Example
Text Example
White with #074049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074049; }
p { color: rgb(7,64,73); }
H1.HeaderClassName
{
color: #074049;
}
.AnyTagClassName
{
color: #074049;
}
</style>
background-color css
<style>
a { background-color: #074049; }
a { background-color: rgb(7,64,73); }
div.DivClassName
{
background-color: #074049;
}
.BgClassName
{
background-color: #074049;
}
</style>
border-color css
<style>
span { border-color: #074049; }
span { border-color: rgb(7,64,73); }
td.TdClassName
{
border-color: #074049;
}
.TagClassName
{
border-color: #074049;
}
</style>