Shades of Sherpa Blue #074E50
Tints of Sherpa Blue #074E50
RGB
CMYK
RGB Variations
Color information
#074E50 (or 0x074E50) is known color: Sherpa Blue. HEX triplet: 07, 4E and 50. RGB value is (7,78,80). Sum of RGB (Red+Green+Blue) = 7+78+80=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #074E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E50 is #F8B1AF. Grayscale: #383838. Windows color (decimal): -16298416 or 5262855. OLE color: 5262855.
HSL color Cylindrical-coordinate representation of color #074E50: hue angle of 181.64º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E50 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 80 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.69 |
| HSL | 181.64º | 0.84% | 0.17% | - |
| HSV(B) | 181.64º | 0.91% | 0.31% | - |
| XYZ | 4.26 | 6.07 | 8.54 | - |
| YUV | 57 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 80 | 0.91 | 0.02 | 0 | 0.69 | 181.64 | 0.84 | 0.17 |
| Hex | 7 | 4E | 50 | 5B | 2 | 0 | 45 | B6 | 54 | 11 |
| Octal | 7 | 116 | 120 | 133 | 2 | 0 | 105 | 266 | 124 | 21 |
| Binary | 111 | 1001110 | 1010000 | 1011011 | 10 | 0 | 1000101 | 10110110 | 1010100 | 10001 |
Color Harmonies of #074E50
Complementary color
Monochromatic Colors of #074E50
Black with #074E50
Text Example
Text Example
White with #074E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E50; }
p { color: rgb(7,78,80); }
H1.HeaderClassName
{
color: #074E50;
}
.AnyTagClassName
{
color: #074E50;
}
</style>
background-color css
<style>
a { background-color: #074E50; }
a { background-color: rgb(7,78,80); }
div.DivClassName
{
background-color: #074E50;
}
.BgClassName
{
background-color: #074E50;
}
</style>
border-color css
<style>
span { border-color: #074E50; }
span { border-color: rgb(7,78,80); }
td.TdClassName
{
border-color: #074E50;
}
.TagClassName
{
border-color: #074E50;
}
</style>