Shades of Sherpa Blue #074A4E
Tints of Sherpa Blue #074A4E
RGB
CMYK
RGB Variations
Color information
#074A4E (or 0x074A4E) is known color: Sherpa Blue. HEX triplet: 07, 4A and 4E. RGB value is (7,74,78). Sum of RGB (Red+Green+Blue) = 7+74+78=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #074A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A4E is #F8B5B1. Grayscale: #363636. Windows color (decimal): -16299442 or 5130759. OLE color: 5130759.
HSL color Cylindrical-coordinate representation of color #074A4E: hue angle of 183.38º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A4E is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 74 | 78 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.69 |
| HSL | 183.38º | 0.84% | 0.17% | - |
| HSV(B) | 183.38º | 0.91% | 0.31% | - |
| XYZ | 3.91 | 5.49 | 8.06 | - |
| YUV | 54.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 78 | 0.91 | 0.05 | 0 | 0.69 | 183.38 | 0.84 | 0.17 |
| Hex | 7 | 4A | 4E | 5B | 5 | 0 | 45 | B7 | 54 | 11 |
| Octal | 7 | 112 | 116 | 133 | 5 | 0 | 105 | 267 | 124 | 21 |
| Binary | 111 | 1001010 | 1001110 | 1011011 | 101 | 0 | 1000101 | 10110111 | 1010100 | 10001 |
Color Harmonies of #074A4E
Complementary color
Monochromatic Colors of #074A4E
Black with #074A4E
Text Example
Text Example
White with #074A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A4E; }
p { color: rgb(7,74,78); }
H1.HeaderClassName
{
color: #074A4E;
}
.AnyTagClassName
{
color: #074A4E;
}
</style>
background-color css
<style>
a { background-color: #074A4E; }
a { background-color: rgb(7,74,78); }
div.DivClassName
{
background-color: #074A4E;
}
.BgClassName
{
background-color: #074A4E;
}
</style>
border-color css
<style>
span { border-color: #074A4E; }
span { border-color: rgb(7,74,78); }
td.TdClassName
{
border-color: #074A4E;
}
.TagClassName
{
border-color: #074A4E;
}
</style>