Shades of Sherpa Blue #014F4A
Tints of Sherpa Blue #014F4A
RGB
CMYK
RGB Variations
Color information
#014F4A (or 0x014F4A) is known color: Sherpa Blue. HEX triplet: 01, 4F and 4A. RGB value is (1,79,74). Sum of RGB (Red+Green+Blue) = 1+79+74=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #014F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F4A is #FEB0B5. Grayscale: #373737. Windows color (decimal): -16691382 or 4869889. OLE color: 4869889.
HSL color Cylindrical-coordinate representation of color #014F4A: hue angle of 176.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F4A is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 74 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.69 |
| HSL | 176.15º | 0.98% | 0.16% | - |
| HSV(B) | 176.15º | 0.99% | 0.31% | - |
| XYZ | 4.04 | 6.09 | 7.44 | - |
| YUV | 55.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 74 | 0.99 | 0 | 0.06 | 0.69 | 176.15 | 0.98 | 0.16 |
| Hex | 1 | 4F | 4A | 63 | 0 | 6 | 45 | B0 | 62 | 10 |
| Octal | 1 | 117 | 112 | 143 | 0 | 6 | 105 | 260 | 142 | 20 |
| Binary | 1 | 1001111 | 1001010 | 1100011 | 0 | 110 | 1000101 | 10110000 | 1100010 | 10000 |
Color Harmonies of #014F4A
Complementary color
Monochromatic Colors of #014F4A
Black with #014F4A
Text Example
Text Example
White with #014F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F4A; }
p { color: rgb(1,79,74); }
H1.HeaderClassName
{
color: #014F4A;
}
.AnyTagClassName
{
color: #014F4A;
}
</style>
background-color css
<style>
a { background-color: #014F4A; }
a { background-color: rgb(1,79,74); }
div.DivClassName
{
background-color: #014F4A;
}
.BgClassName
{
background-color: #014F4A;
}
</style>
border-color css
<style>
span { border-color: #014F4A; }
span { border-color: rgb(1,79,74); }
td.TdClassName
{
border-color: #014F4A;
}
.TagClassName
{
border-color: #014F4A;
}
</style>