Shades of Sherpa Blue #004B4C
Tints of Sherpa Blue #004B4C
RGB
CMYK
RGB Variations
Color information
#004B4C (or 0x004B4C) is known color: Sherpa Blue. HEX triplet: 00, 4B and 4C. RGB value is (0,75,76). Sum of RGB (Red+Green+Blue) = 0+75+76=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #004B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B4C is #FFB4B3. Grayscale: #343434. Windows color (decimal): -16757940 or 4999936. OLE color: 4999936.
HSL color Cylindrical-coordinate representation of color #004B4C: hue angle of 180.79º 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 #004B4C is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 75 | 76 | - |
| CMYK | 1 | 0.01 | 0 | 0.70 |
| HSL | 180.79º | 1% | 0.15% | - |
| HSV(B) | 180.79º | 1% | 0.3% | - |
| XYZ | 3.82 | 5.55 | 7.71 | - |
| YUV | 52.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 76 | 1 | 0.01 | 0 | 0.70 | 180.79 | 1 | 0.15 |
| Hex | 0 | 4B | 4C | 64 | 1 | 0 | 46 | B5 | 64 | F |
| Octal | 0 | 113 | 114 | 144 | 1 | 0 | 106 | 265 | 144 | 17 |
| Binary | 0 | 1001011 | 1001100 | 1100100 | 1 | 0 | 1000110 | 10110101 | 1100100 | 1111 |
Color Harmonies of #004B4C
Complementary color
Monochromatic Colors of #004B4C
Black with #004B4C
Text Example
Text Example
White with #004B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B4C; }
p { color: rgb(0,75,76); }
H1.HeaderClassName
{
color: #004B4C;
}
.AnyTagClassName
{
color: #004B4C;
}
</style>
background-color css
<style>
a { background-color: #004B4C; }
a { background-color: rgb(0,75,76); }
div.DivClassName
{
background-color: #004B4C;
}
.BgClassName
{
background-color: #004B4C;
}
</style>
border-color css
<style>
span { border-color: #004B4C; }
span { border-color: rgb(0,75,76); }
td.TdClassName
{
border-color: #004B4C;
}
.TagClassName
{
border-color: #004B4C;
}
</style>