Shades of Sherpa Blue #004B4D
Tints of Sherpa Blue #004B4D
RGB
CMYK
RGB Variations
Color information
#004B4D (or 0x004B4D) is known color: Sherpa Blue. HEX triplet: 00, 4B and 4D. RGB value is (0,75,77). Sum of RGB (Red+Green+Blue) = 0+75+77=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #004B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B4D is #FFB4B2. Grayscale: #343434. Windows color (decimal): -16757939 or 5065472. OLE color: 5065472.
HSL color Cylindrical-coordinate representation of color #004B4D: hue angle of 181.56º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B4D is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 75 | 77 | - |
| CMYK | 1 | 0.03 | 0 | 0.70 |
| HSL | 181.56º | 1% | 0.15% | - |
| HSV(B) | 181.56º | 1% | 0.3% | - |
| XYZ | 3.86 | 5.57 | 7.89 | - |
| YUV | 52.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 77 | 1 | 0.03 | 0 | 0.70 | 181.56 | 1 | 0.15 |
| Hex | 0 | 4B | 4D | 64 | 3 | 0 | 46 | B6 | 64 | F |
| Octal | 0 | 113 | 115 | 144 | 3 | 0 | 106 | 266 | 144 | 17 |
| Binary | 0 | 1001011 | 1001101 | 1100100 | 11 | 0 | 1000110 | 10110110 | 1100100 | 1111 |
Color Harmonies of #004B4D
Complementary color
Monochromatic Colors of #004B4D
Black with #004B4D
Text Example
Text Example
White with #004B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B4D; }
p { color: rgb(0,75,77); }
H1.HeaderClassName
{
color: #004B4D;
}
.AnyTagClassName
{
color: #004B4D;
}
</style>
background-color css
<style>
a { background-color: #004B4D; }
a { background-color: rgb(0,75,77); }
div.DivClassName
{
background-color: #004B4D;
}
.BgClassName
{
background-color: #004B4D;
}
</style>
border-color css
<style>
span { border-color: #004B4D; }
span { border-color: rgb(0,75,77); }
td.TdClassName
{
border-color: #004B4D;
}
.TagClassName
{
border-color: #004B4D;
}
</style>