Shades of Sherpa Blue #07464E
Tints of Sherpa Blue #07464E
RGB
CMYK
RGB Variations
Color information
#07464E (or 0x07464E) is known color: Sherpa Blue. HEX triplet: 07, 46 and 4E. RGB value is (7,70,78). Sum of RGB (Red+Green+Blue) = 7+70+78=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #07464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07464E is #F8B9B1. Grayscale: #333333. Windows color (decimal): -16300466 or 5129735. OLE color: 5129735.
HSL color Cylindrical-coordinate representation of color #07464E: hue angle of 186.76º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07464E is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 70 | 78 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.69 |
| HSL | 186.76º | 0.84% | 0.17% | - |
| HSV(B) | 186.76º | 0.91% | 0.31% | - |
| XYZ | 3.65 | 4.98 | 7.98 | - |
| YUV | 52.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 78 | 0.91 | 0.10 | 0 | 0.69 | 186.76 | 0.84 | 0.17 |
| Hex | 7 | 46 | 4E | 5B | A | 0 | 45 | BB | 54 | 11 |
| Octal | 7 | 106 | 116 | 133 | 12 | 0 | 105 | 273 | 124 | 21 |
| Binary | 111 | 1000110 | 1001110 | 1011011 | 1010 | 0 | 1000101 | 10111011 | 1010100 | 10001 |
Color Harmonies of #07464E
Complementary color
Monochromatic Colors of #07464E
Black with #07464E
Text Example
Text Example
White with #07464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07464E; }
p { color: rgb(7,70,78); }
H1.HeaderClassName
{
color: #07464E;
}
.AnyTagClassName
{
color: #07464E;
}
</style>
background-color css
<style>
a { background-color: #07464E; }
a { background-color: rgb(7,70,78); }
div.DivClassName
{
background-color: #07464E;
}
.BgClassName
{
background-color: #07464E;
}
</style>
border-color css
<style>
span { border-color: #07464E; }
span { border-color: rgb(7,70,78); }
td.TdClassName
{
border-color: #07464E;
}
.TagClassName
{
border-color: #07464E;
}
</style>