Shades of Sherpa Blue #074149
Tints of Sherpa Blue #074149
RGB
CMYK
RGB Variations
Color information
#074149 (or 0x074149) is known color: Sherpa Blue. HEX triplet: 07, 41 and 49. RGB value is (7,65,73). Sum of RGB (Red+Green+Blue) = 7+65+73=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #074149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074149 is #F8BEB6. Grayscale: #303030. Windows color (decimal): -16301751 or 4800775. OLE color: 4800775.
HSL color Cylindrical-coordinate representation of color #074149: hue angle of 187.27º 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 #074149 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 65 | 73 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.71 |
| HSL | 187.27º | 0.83% | 0.16% | - |
| HSV(B) | 187.27º | 0.9% | 0.29% | - |
| XYZ | 3.18 | 4.31 | 6.97 | - |
| YUV | 48.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 73 | 0.90 | 0.11 | 0 | 0.71 | 187.27 | 0.83 | 0.16 |
| Hex | 7 | 41 | 49 | 5A | B | 0 | 47 | BB | 52 | 10 |
| Octal | 7 | 101 | 111 | 132 | 13 | 0 | 107 | 273 | 122 | 20 |
| Binary | 111 | 1000001 | 1001001 | 1011010 | 1011 | 0 | 1000111 | 10111011 | 1010010 | 10000 |
Color Harmonies of #074149
Complementary color
Monochromatic Colors of #074149
Black with #074149
Text Example
Text Example
White with #074149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074149; }
p { color: rgb(7,65,73); }
H1.HeaderClassName
{
color: #074149;
}
.AnyTagClassName
{
color: #074149;
}
</style>
background-color css
<style>
a { background-color: #074149; }
a { background-color: rgb(7,65,73); }
div.DivClassName
{
background-color: #074149;
}
.BgClassName
{
background-color: #074149;
}
</style>
border-color css
<style>
span { border-color: #074149; }
span { border-color: rgb(7,65,73); }
td.TdClassName
{
border-color: #074149;
}
.TagClassName
{
border-color: #074149;
}
</style>