Shades of Sherpa Blue #074E59
Tints of Sherpa Blue #074E59
RGB
CMYK
RGB Variations
Color information
#074E59 (or 0x074E59) is known color: Sherpa Blue. HEX triplet: 07, 4E and 59. RGB value is (7,78,89). Sum of RGB (Red+Green+Blue) = 7+78+89=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #074E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E59 is #F8B1A6. Grayscale: #393939. Windows color (decimal): -16298407 or 5852679. OLE color: 5852679.
HSL color Cylindrical-coordinate representation of color #074E59: hue angle of 188.05º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074E59 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 78 | 89 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.65 |
| HSL | 188.05º | 0.85% | 0.19% | - |
| HSV(B) | 188.05º | 0.92% | 0.35% | - |
| XYZ | 4.62 | 6.22 | 10.41 | - |
| YUV | 58.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 89 | 0.92 | 0.12 | 0 | 0.65 | 188.05 | 0.85 | 0.19 |
| Hex | 7 | 4E | 59 | 5C | C | 0 | 41 | BC | 55 | 13 |
| Octal | 7 | 116 | 131 | 134 | 14 | 0 | 101 | 274 | 125 | 23 |
| Binary | 111 | 1001110 | 1011001 | 1011100 | 1100 | 0 | 1000001 | 10111100 | 1010101 | 10011 |
Color Harmonies of #074E59
Complementary color
Monochromatic Colors of #074E59
Black with #074E59
Text Example
Text Example
White with #074E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E59; }
p { color: rgb(7,78,89); }
H1.HeaderClassName
{
color: #074E59;
}
.AnyTagClassName
{
color: #074E59;
}
</style>
background-color css
<style>
a { background-color: #074E59; }
a { background-color: rgb(7,78,89); }
div.DivClassName
{
background-color: #074E59;
}
.BgClassName
{
background-color: #074E59;
}
</style>
border-color css
<style>
span { border-color: #074E59; }
span { border-color: rgb(7,78,89); }
td.TdClassName
{
border-color: #074E59;
}
.TagClassName
{
border-color: #074E59;
}
</style>