Shades of Sherpa Blue #004B49
Tints of Sherpa Blue #004B49
RGB
CMYK
RGB Variations
Color information
#004B49 (or 0x004B49) is known color: Sherpa Blue. HEX triplet: 00, 4B and 49. RGB value is (0,75,73). Sum of RGB (Red+Green+Blue) = 0+75+73=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #004B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B49 is #FFB4B6. Grayscale: #343434. Windows color (decimal): -16757943 or 4803328. OLE color: 4803328.
HSL color Cylindrical-coordinate representation of color #004B49: hue angle of 178.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B49 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 75 | 73 | - |
| CMYK | 1 | 0 | 0.03 | 0.71 |
| HSL | 178.4º | 1% | 0.15% | - |
| HSV(B) | 178.4º | 1% | 0.29% | - |
| XYZ | 3.72 | 5.51 | 7.17 | - |
| YUV | 52.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 73 | 1 | 0 | 0.03 | 0.71 | 178.4 | 1 | 0.15 |
| Hex | 0 | 4B | 49 | 64 | 0 | 3 | 47 | B2 | 64 | F |
| Octal | 0 | 113 | 111 | 144 | 0 | 3 | 107 | 262 | 144 | 17 |
| Binary | 0 | 1001011 | 1001001 | 1100100 | 0 | 11 | 1000111 | 10110010 | 1100100 | 1111 |
Color Harmonies of #004B49
Complementary color
Monochromatic Colors of #004B49
Black with #004B49
Text Example
Text Example
White with #004B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B49; }
p { color: rgb(0,75,73); }
H1.HeaderClassName
{
color: #004B49;
}
.AnyTagClassName
{
color: #004B49;
}
</style>
background-color css
<style>
a { background-color: #004B49; }
a { background-color: rgb(0,75,73); }
div.DivClassName
{
background-color: #004B49;
}
.BgClassName
{
background-color: #004B49;
}
</style>
border-color css
<style>
span { border-color: #004B49; }
span { border-color: rgb(0,75,73); }
td.TdClassName
{
border-color: #004B49;
}
.TagClassName
{
border-color: #004B49;
}
</style>