Shades of Sherpa Blue #074A4A
Tints of Sherpa Blue #074A4A
RGB
CMYK
RGB Variations
Color information
#074A4A (or 0x074A4A) is known color: Sherpa Blue. HEX triplet: 07, 4A and 4A. RGB value is (7,74,74). Sum of RGB (Red+Green+Blue) = 7+74+74=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #074A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A4A is #F8B5B5. Grayscale: #353535. Windows color (decimal): -16299446 or 4868615. OLE color: 4868615.
HSL color Cylindrical-coordinate representation of color #074A4A: hue angle of 180º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A4A is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 74 | - |
| CMYK | 0.91 | 0 | 0 | 0.71 |
| HSL | 180º | 0.83% | 0.16% | - |
| HSV(B) | 180º | 0.91% | 0.29% | - |
| XYZ | 3.77 | 5.44 | 7.33 | - |
| YUV | 53.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 74 | 0.91 | 0 | 0 | 0.71 | 180 | 0.83 | 0.16 |
| Hex | 7 | 4A | 4A | 5B | 0 | 0 | 47 | B4 | 53 | 10 |
| Octal | 7 | 112 | 112 | 133 | 0 | 0 | 107 | 264 | 123 | 20 |
| Binary | 111 | 1001010 | 1001010 | 1011011 | 0 | 0 | 1000111 | 10110100 | 1010011 | 10000 |
Color Harmonies of #074A4A
Complementary color
Monochromatic Colors of #074A4A
Black with #074A4A
Text Example
Text Example
White with #074A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A4A; }
p { color: rgb(7,74,74); }
H1.HeaderClassName
{
color: #074A4A;
}
.AnyTagClassName
{
color: #074A4A;
}
</style>
background-color css
<style>
a { background-color: #074A4A; }
a { background-color: rgb(7,74,74); }
div.DivClassName
{
background-color: #074A4A;
}
.BgClassName
{
background-color: #074A4A;
}
</style>
border-color css
<style>
span { border-color: #074A4A; }
span { border-color: rgb(7,74,74); }
td.TdClassName
{
border-color: #074A4A;
}
.TagClassName
{
border-color: #074A4A;
}
</style>