Shades of Sherpa Blue #074E58
Tints of Sherpa Blue #074E58
RGB
CMYK
RGB Variations
Color information
#074E58 (or 0x074E58) is known color: Sherpa Blue. HEX triplet: 07, 4E and 58. RGB value is (7,78,88). Sum of RGB (Red+Green+Blue) = 7+78+88=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #074E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E58 is #F8B1A7. Grayscale: #393939. Windows color (decimal): -16298408 or 5787143. OLE color: 5787143.
HSL color Cylindrical-coordinate representation of color #074E58: hue angle of 187.41º 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 #074E58 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 78 | 88 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.65 |
| HSL | 187.41º | 0.85% | 0.19% | - |
| HSV(B) | 187.41º | 0.92% | 0.35% | - |
| XYZ | 4.57 | 6.2 | 10.19 | - |
| YUV | 57.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 88 | 0.92 | 0.11 | 0 | 0.65 | 187.41 | 0.85 | 0.19 |
| Hex | 7 | 4E | 58 | 5C | B | 0 | 41 | BB | 55 | 13 |
| Octal | 7 | 116 | 130 | 134 | 13 | 0 | 101 | 273 | 125 | 23 |
| Binary | 111 | 1001110 | 1011000 | 1011100 | 1011 | 0 | 1000001 | 10111011 | 1010101 | 10011 |
Color Harmonies of #074E58
Complementary color
Monochromatic Colors of #074E58
Black with #074E58
Text Example
Text Example
White with #074E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E58; }
p { color: rgb(7,78,88); }
H1.HeaderClassName
{
color: #074E58;
}
.AnyTagClassName
{
color: #074E58;
}
</style>
background-color css
<style>
a { background-color: #074E58; }
a { background-color: rgb(7,78,88); }
div.DivClassName
{
background-color: #074E58;
}
.BgClassName
{
background-color: #074E58;
}
</style>
border-color css
<style>
span { border-color: #074E58; }
span { border-color: rgb(7,78,88); }
td.TdClassName
{
border-color: #074E58;
}
.TagClassName
{
border-color: #074E58;
}
</style>