Shades of Sherpa Blue #074A5E
Tints of Sherpa Blue #074A5E
RGB
CMYK
RGB Variations
Color information
#074A5E (or 0x074A5E) is known color: Sherpa Blue. HEX triplet: 07, 4A and 5E. RGB value is (7,74,94). Sum of RGB (Red+Green+Blue) = 7+74+94=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #074A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A5E is #F8B5A1. Grayscale: #383838. Windows color (decimal): -16299426 or 6179335. OLE color: 6179335.
HSL color Cylindrical-coordinate representation of color #074A5E: hue angle of 193.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074A5E is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 74 | 94 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.63 |
| HSL | 193.79º | 0.86% | 0.2% | - |
| HSV(B) | 193.79º | 0.93% | 0.37% | - |
| XYZ | 4.56 | 5.75 | 11.46 | - |
| YUV | 56.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 94 | 0.93 | 0.21 | 0 | 0.63 | 193.79 | 0.86 | 0.2 |
| Hex | 7 | 4A | 5E | 5D | 15 | 0 | 3F | C2 | 56 | 14 |
| Octal | 7 | 112 | 136 | 135 | 25 | 0 | 77 | 302 | 126 | 24 |
| Binary | 111 | 1001010 | 1011110 | 1011101 | 10101 | 0 | 111111 | 11000010 | 1010110 | 10100 |
Color Harmonies of #074A5E
Complementary color
Monochromatic Colors of #074A5E
Black with #074A5E
Text Example
Text Example
White with #074A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A5E; }
p { color: rgb(7,74,94); }
H1.HeaderClassName
{
color: #074A5E;
}
.AnyTagClassName
{
color: #074A5E;
}
</style>
background-color css
<style>
a { background-color: #074A5E; }
a { background-color: rgb(7,74,94); }
div.DivClassName
{
background-color: #074A5E;
}
.BgClassName
{
background-color: #074A5E;
}
</style>
border-color css
<style>
span { border-color: #074A5E; }
span { border-color: rgb(7,74,94); }
td.TdClassName
{
border-color: #074A5E;
}
.TagClassName
{
border-color: #074A5E;
}
</style>