Shades of Sherpa Blue #014E46
Tints of Sherpa Blue #014E46
RGB
CMYK
RGB Variations
Color information
#014E46 (or 0x014E46) is known color: Sherpa Blue. HEX triplet: 01, 4E and 46. RGB value is (1,78,70). Sum of RGB (Red+Green+Blue) = 1+78+70=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #014E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E46 is #FEB1B9. Grayscale: #363636. Windows color (decimal): -16691642 or 4607489. OLE color: 4607489.
HSL color Cylindrical-coordinate representation of color #014E46: hue angle of 173.77º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E46 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 70 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.69 |
| HSL | 173.77º | 0.97% | 0.15% | - |
| HSV(B) | 173.77º | 0.99% | 0.31% | - |
| XYZ | 3.84 | 5.9 | 6.73 | - |
| YUV | 54.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 70 | 0.99 | 0 | 0.10 | 0.69 | 173.77 | 0.97 | 0.15 |
| Hex | 1 | 4E | 46 | 63 | 0 | A | 45 | AE | 61 | F |
| Octal | 1 | 116 | 106 | 143 | 0 | 12 | 105 | 256 | 141 | 17 |
| Binary | 1 | 1001110 | 1000110 | 1100011 | 0 | 1010 | 1000101 | 10101110 | 1100001 | 1111 |
Color Harmonies of #014E46
Complementary color
Monochromatic Colors of #014E46
Black with #014E46
Text Example
Text Example
White with #014E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E46; }
p { color: rgb(1,78,70); }
H1.HeaderClassName
{
color: #014E46;
}
.AnyTagClassName
{
color: #014E46;
}
</style>
background-color css
<style>
a { background-color: #014E46; }
a { background-color: rgb(1,78,70); }
div.DivClassName
{
background-color: #014E46;
}
.BgClassName
{
background-color: #014E46;
}
</style>
border-color css
<style>
span { border-color: #014E46; }
span { border-color: rgb(1,78,70); }
td.TdClassName
{
border-color: #014E46;
}
.TagClassName
{
border-color: #014E46;
}
</style>