Shades of Sherpa Blue #074A62
Tints of Sherpa Blue #074A62
RGB
CMYK
RGB Variations
Color information
#074A62 (or 0x074A62) is known color: Sherpa Blue. HEX triplet: 07, 4A and 62. RGB value is (7,74,98). Sum of RGB (Red+Green+Blue) = 7+74+98=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #074A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A62 is #F8B59D. Grayscale: #383838. Windows color (decimal): -16299422 or 6441479. OLE color: 6441479.
HSL color Cylindrical-coordinate representation of color #074A62: hue angle of 195.82º 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 #074A62 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 74 | 98 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.62 |
| HSL | 195.82º | 0.87% | 0.21% | - |
| HSV(B) | 195.82º | 0.93% | 0.38% | - |
| XYZ | 4.74 | 5.82 | 12.43 | - |
| YUV | 56.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 98 | 0.93 | 0.24 | 0 | 0.62 | 195.82 | 0.87 | 0.21 |
| Hex | 7 | 4A | 62 | 5D | 18 | 0 | 3E | C4 | 57 | 15 |
| Octal | 7 | 112 | 142 | 135 | 30 | 0 | 76 | 304 | 127 | 25 |
| Binary | 111 | 1001010 | 1100010 | 1011101 | 11000 | 0 | 111110 | 11000100 | 1010111 | 10101 |
Color Harmonies of #074A62
Complementary color
Monochromatic Colors of #074A62
Black with #074A62
Text Example
Text Example
White with #074A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A62; }
p { color: rgb(7,74,98); }
H1.HeaderClassName
{
color: #074A62;
}
.AnyTagClassName
{
color: #074A62;
}
</style>
background-color css
<style>
a { background-color: #074A62; }
a { background-color: rgb(7,74,98); }
div.DivClassName
{
background-color: #074A62;
}
.BgClassName
{
background-color: #074A62;
}
</style>
border-color css
<style>
span { border-color: #074A62; }
span { border-color: rgb(7,74,98); }
td.TdClassName
{
border-color: #074A62;
}
.TagClassName
{
border-color: #074A62;
}
</style>