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