Shades of Sherpa Blue #074B57
Tints of Sherpa Blue #074B57
RGB
CMYK
RGB Variations
Color information
#074B57 (or 0x074B57) is known color: Sherpa Blue. HEX triplet: 07, 4B and 57. RGB value is (7,75,87). Sum of RGB (Red+Green+Blue) = 7+75+87=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #074B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B57 is #F8B4A8. Grayscale: #373737. Windows color (decimal): -16299177 or 5720839. OLE color: 5720839.
HSL color Cylindrical-coordinate representation of color #074B57: hue angle of 189º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074B57 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 75 | 87 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.66 |
| HSL | 189º | 0.85% | 0.18% | - |
| HSV(B) | 189º | 0.92% | 0.34% | - |
| XYZ | 4.32 | 5.77 | 9.9 | - |
| YUV | 56.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 87 | 0.92 | 0.14 | 0 | 0.66 | 189 | 0.85 | 0.18 |
| Hex | 7 | 4B | 57 | 5C | E | 0 | 42 | BD | 55 | 12 |
| Octal | 7 | 113 | 127 | 134 | 16 | 0 | 102 | 275 | 125 | 22 |
| Binary | 111 | 1001011 | 1010111 | 1011100 | 1110 | 0 | 1000010 | 10111101 | 1010101 | 10010 |
Color Harmonies of #074B57
Complementary color
Monochromatic Colors of #074B57
Black with #074B57
Text Example
Text Example
White with #074B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B57; }
p { color: rgb(7,75,87); }
H1.HeaderClassName
{
color: #074B57;
}
.AnyTagClassName
{
color: #074B57;
}
</style>
background-color css
<style>
a { background-color: #074B57; }
a { background-color: rgb(7,75,87); }
div.DivClassName
{
background-color: #074B57;
}
.BgClassName
{
background-color: #074B57;
}
</style>
border-color css
<style>
span { border-color: #074B57; }
span { border-color: rgb(7,75,87); }
td.TdClassName
{
border-color: #074B57;
}
.TagClassName
{
border-color: #074B57;
}
</style>