Shades of Sherpa Blue #074B61
Tints of Sherpa Blue #074B61
RGB
CMYK
RGB Variations
Color information
#074B61 (or 0x074B61) is known color: Sherpa Blue. HEX triplet: 07, 4B and 61. RGB value is (7,75,97). Sum of RGB (Red+Green+Blue) = 7+75+97=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #074B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B61 is #F8B49E. Grayscale: #393939. Windows color (decimal): -16299167 or 6376199. OLE color: 6376199.
HSL color Cylindrical-coordinate representation of color #074B61: hue angle of 194.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074B61 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 75 | 97 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.62 |
| HSL | 194.67º | 0.87% | 0.2% | - |
| HSV(B) | 194.67º | 0.93% | 0.38% | - |
| XYZ | 4.76 | 5.94 | 12.2 | - |
| YUV | 57.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 97 | 0.93 | 0.23 | 0 | 0.62 | 194.67 | 0.87 | 0.2 |
| Hex | 7 | 4B | 61 | 5D | 17 | 0 | 3E | C3 | 57 | 14 |
| Octal | 7 | 113 | 141 | 135 | 27 | 0 | 76 | 303 | 127 | 24 |
| Binary | 111 | 1001011 | 1100001 | 1011101 | 10111 | 0 | 111110 | 11000011 | 1010111 | 10100 |
Color Harmonies of #074B61
Complementary color
Monochromatic Colors of #074B61
Black with #074B61
Text Example
Text Example
White with #074B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B61; }
p { color: rgb(7,75,97); }
H1.HeaderClassName
{
color: #074B61;
}
.AnyTagClassName
{
color: #074B61;
}
</style>
background-color css
<style>
a { background-color: #074B61; }
a { background-color: rgb(7,75,97); }
div.DivClassName
{
background-color: #074B61;
}
.BgClassName
{
background-color: #074B61;
}
</style>
border-color css
<style>
span { border-color: #074B61; }
span { border-color: rgb(7,75,97); }
td.TdClassName
{
border-color: #074B61;
}
.TagClassName
{
border-color: #074B61;
}
</style>