Shades of Sherpa Blue #074A4B
Tints of Sherpa Blue #074A4B
RGB
CMYK
RGB Variations
Color information
#074A4B (or 0x074A4B) is known color: Sherpa Blue. HEX triplet: 07, 4A and 4B. RGB value is (7,74,75). Sum of RGB (Red+Green+Blue) = 7+74+75=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #074A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A4B is #F8B5B4. Grayscale: #363636. Windows color (decimal): -16299445 or 4934151. OLE color: 4934151.
HSL color Cylindrical-coordinate representation of color #074A4B: hue angle of 180.88º 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 #074A4B is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 75 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.71 |
| HSL | 180.88º | 0.83% | 0.16% | - |
| HSV(B) | 180.88º | 0.91% | 0.29% | - |
| XYZ | 3.81 | 5.45 | 7.51 | - |
| YUV | 54.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 75 | 0.91 | 0.01 | 0 | 0.71 | 180.88 | 0.83 | 0.16 |
| Hex | 7 | 4A | 4B | 5B | 1 | 0 | 47 | B5 | 53 | 10 |
| Octal | 7 | 112 | 113 | 133 | 1 | 0 | 107 | 265 | 123 | 20 |
| Binary | 111 | 1001010 | 1001011 | 1011011 | 1 | 0 | 1000111 | 10110101 | 1010011 | 10000 |
Color Harmonies of #074A4B
Complementary color
Monochromatic Colors of #074A4B
Black with #074A4B
Text Example
Text Example
White with #074A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A4B; }
p { color: rgb(7,74,75); }
H1.HeaderClassName
{
color: #074A4B;
}
.AnyTagClassName
{
color: #074A4B;
}
</style>
background-color css
<style>
a { background-color: #074A4B; }
a { background-color: rgb(7,74,75); }
div.DivClassName
{
background-color: #074A4B;
}
.BgClassName
{
background-color: #074A4B;
}
</style>
border-color css
<style>
span { border-color: #074A4B; }
span { border-color: rgb(7,74,75); }
td.TdClassName
{
border-color: #074A4B;
}
.TagClassName
{
border-color: #074A4B;
}
</style>