Shades of Sherpa Blue #074A56
Tints of Sherpa Blue #074A56
RGB
CMYK
RGB Variations
Color information
#074A56 (or 0x074A56) is known color: Sherpa Blue. HEX triplet: 07, 4A and 56. RGB value is (7,74,86). Sum of RGB (Red+Green+Blue) = 7+74+86=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #074A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A56 is #F8B5A9. Grayscale: #373737. Windows color (decimal): -16299434 or 5655047. OLE color: 5655047.
HSL color Cylindrical-coordinate representation of color #074A56: hue angle of 189.11º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074A56 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 74 | 86 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.66 |
| HSL | 189.11º | 0.85% | 0.18% | - |
| HSV(B) | 189.11º | 0.92% | 0.34% | - |
| XYZ | 4.22 | 5.61 | 9.67 | - |
| YUV | 55.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 86 | 0.92 | 0.14 | 0 | 0.66 | 189.11 | 0.85 | 0.18 |
| Hex | 7 | 4A | 56 | 5C | E | 0 | 42 | BD | 55 | 12 |
| Octal | 7 | 112 | 126 | 134 | 16 | 0 | 102 | 275 | 125 | 22 |
| Binary | 111 | 1001010 | 1010110 | 1011100 | 1110 | 0 | 1000010 | 10111101 | 1010101 | 10010 |
Color Harmonies of #074A56
Complementary color
Monochromatic Colors of #074A56
Black with #074A56
Text Example
Text Example
White with #074A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A56; }
p { color: rgb(7,74,86); }
H1.HeaderClassName
{
color: #074A56;
}
.AnyTagClassName
{
color: #074A56;
}
</style>
background-color css
<style>
a { background-color: #074A56; }
a { background-color: rgb(7,74,86); }
div.DivClassName
{
background-color: #074A56;
}
.BgClassName
{
background-color: #074A56;
}
</style>
border-color css
<style>
span { border-color: #074A56; }
span { border-color: rgb(7,74,86); }
td.TdClassName
{
border-color: #074A56;
}
.TagClassName
{
border-color: #074A56;
}
</style>