Shades of Sherpa Blue #074F62
Tints of Sherpa Blue #074F62
RGB
CMYK
RGB Variations
Color information
#074F62 (or 0x074F62) is known color: Sherpa Blue. HEX triplet: 07, 4F and 62. RGB value is (7,79,98). Sum of RGB (Red+Green+Blue) = 7+79+98=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #074F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F62 is #F8B09D. Grayscale: #3B3B3B. Windows color (decimal): -16298142 or 6442759. OLE color: 6442759.
HSL color Cylindrical-coordinate representation of color #074F62: hue angle of 192.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074F62 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 79 | 98 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.62 |
| HSL | 192.53º | 0.87% | 0.21% | - |
| HSV(B) | 192.53º | 0.93% | 0.38% | - |
| XYZ | 5.09 | 6.52 | 12.55 | - |
| YUV | 59.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 98 | 0.93 | 0.19 | 0 | 0.62 | 192.53 | 0.87 | 0.21 |
| Hex | 7 | 4F | 62 | 5D | 13 | 0 | 3E | C1 | 57 | 15 |
| Octal | 7 | 117 | 142 | 135 | 23 | 0 | 76 | 301 | 127 | 25 |
| Binary | 111 | 1001111 | 1100010 | 1011101 | 10011 | 0 | 111110 | 11000001 | 1010111 | 10101 |
Color Harmonies of #074F62
Complementary color
Monochromatic Colors of #074F62
Black with #074F62
Text Example
Text Example
White with #074F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F62; }
p { color: rgb(7,79,98); }
H1.HeaderClassName
{
color: #074F62;
}
.AnyTagClassName
{
color: #074F62;
}
</style>
background-color css
<style>
a { background-color: #074F62; }
a { background-color: rgb(7,79,98); }
div.DivClassName
{
background-color: #074F62;
}
.BgClassName
{
background-color: #074F62;
}
</style>
border-color css
<style>
span { border-color: #074F62; }
span { border-color: rgb(7,79,98); }
td.TdClassName
{
border-color: #074F62;
}
.TagClassName
{
border-color: #074F62;
}
</style>