Shades of Sherpa Blue #014A49
Tints of Sherpa Blue #014A49
RGB
CMYK
RGB Variations
Color information
#014A49 (or 0x014A49) is known color: Sherpa Blue. HEX triplet: 01, 4A and 49. RGB value is (1,74,73). Sum of RGB (Red+Green+Blue) = 1+74+73=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #014A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A49 is #FEB5B6. Grayscale: #333333. Windows color (decimal): -16692663 or 4803073. OLE color: 4803073.
HSL color Cylindrical-coordinate representation of color #014A49: hue angle of 179.18º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A49 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 73 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.71 |
| HSL | 179.18º | 0.97% | 0.15% | - |
| HSV(B) | 179.18º | 0.99% | 0.29% | - |
| XYZ | 3.66 | 5.39 | 7.15 | - |
| YUV | 52.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 73 | 0.99 | 0 | 0.01 | 0.71 | 179.18 | 0.97 | 0.15 |
| Hex | 1 | 4A | 49 | 63 | 0 | 1 | 47 | B3 | 61 | F |
| Octal | 1 | 112 | 111 | 143 | 0 | 1 | 107 | 263 | 141 | 17 |
| Binary | 1 | 1001010 | 1001001 | 1100011 | 0 | 1 | 1000111 | 10110011 | 1100001 | 1111 |
Color Harmonies of #014A49
Complementary color
Monochromatic Colors of #014A49
Black with #014A49
Text Example
Text Example
White with #014A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A49; }
p { color: rgb(1,74,73); }
H1.HeaderClassName
{
color: #014A49;
}
.AnyTagClassName
{
color: #014A49;
}
</style>
background-color css
<style>
a { background-color: #014A49; }
a { background-color: rgb(1,74,73); }
div.DivClassName
{
background-color: #014A49;
}
.BgClassName
{
background-color: #014A49;
}
</style>
border-color css
<style>
span { border-color: #014A49; }
span { border-color: rgb(1,74,73); }
td.TdClassName
{
border-color: #014A49;
}
.TagClassName
{
border-color: #014A49;
}
</style>