Shades of Sherpa Blue #074749
Tints of Sherpa Blue #074749
RGB
CMYK
RGB Variations
Color information
#074749 (or 0x074749) is known color: Sherpa Blue. HEX triplet: 07, 47 and 49. RGB value is (7,71,73). Sum of RGB (Red+Green+Blue) = 7+71+73=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #074749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074749 is #F8B8B6. Grayscale: #343434. Windows color (decimal): -16300215 or 4802311. OLE color: 4802311.
HSL color Cylindrical-coordinate representation of color #074749: hue angle of 181.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 #074749 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 71 | 73 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.71 |
| HSL | 181.82º | 0.83% | 0.16% | - |
| HSV(B) | 181.82º | 0.9% | 0.29% | - |
| XYZ | 3.54 | 5.03 | 7.09 | - |
| YUV | 52.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 73 | 0.90 | 0.03 | 0 | 0.71 | 181.82 | 0.83 | 0.16 |
| Hex | 7 | 47 | 49 | 5A | 3 | 0 | 47 | B6 | 52 | 10 |
| Octal | 7 | 107 | 111 | 132 | 3 | 0 | 107 | 266 | 122 | 20 |
| Binary | 111 | 1000111 | 1001001 | 1011010 | 11 | 0 | 1000111 | 10110110 | 1010010 | 10000 |
Color Harmonies of #074749
Complementary color
Monochromatic Colors of #074749
Black with #074749
Text Example
Text Example
White with #074749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074749; }
p { color: rgb(7,71,73); }
H1.HeaderClassName
{
color: #074749;
}
.AnyTagClassName
{
color: #074749;
}
</style>
background-color css
<style>
a { background-color: #074749; }
a { background-color: rgb(7,71,73); }
div.DivClassName
{
background-color: #074749;
}
.BgClassName
{
background-color: #074749;
}
</style>
border-color css
<style>
span { border-color: #074749; }
span { border-color: rgb(7,71,73); }
td.TdClassName
{
border-color: #074749;
}
.TagClassName
{
border-color: #074749;
}
</style>