Shades of Sherpa Blue #004C46
Tints of Sherpa Blue #004C46
RGB
CMYK
RGB Variations
Color information
#004C46 (or 0x004C46) is known color: Sherpa Blue. HEX triplet: 00, 4C and 46. RGB value is (0,76,70). Sum of RGB (Red+Green+Blue) = 0+76+70=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #004C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C46 is #FFB3B9. Grayscale: #343434. Windows color (decimal): -16757690 or 4606976. OLE color: 4606976.
HSL color Cylindrical-coordinate representation of color #004C46: hue angle of 175.26º 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 #004C46 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 70 | - |
| CMYK | 1 | 0 | 0.08 | 0.70 |
| HSL | 175.26º | 1% | 0.15% | - |
| HSV(B) | 175.26º | 1% | 0.3% | - |
| XYZ | 3.69 | 5.61 | 6.68 | - |
| YUV | 52.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 70 | 1 | 0 | 0.08 | 0.70 | 175.26 | 1 | 0.15 |
| Hex | 0 | 4C | 46 | 64 | 0 | 8 | 46 | AF | 64 | F |
| Octal | 0 | 114 | 106 | 144 | 0 | 10 | 106 | 257 | 144 | 17 |
| Binary | 0 | 1001100 | 1000110 | 1100100 | 0 | 1000 | 1000110 | 10101111 | 1100100 | 1111 |
Color Harmonies of #004C46
Complementary color
Monochromatic Colors of #004C46
Black with #004C46
Text Example
Text Example
White with #004C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C46; }
p { color: rgb(0,76,70); }
H1.HeaderClassName
{
color: #004C46;
}
.AnyTagClassName
{
color: #004C46;
}
</style>
background-color css
<style>
a { background-color: #004C46; }
a { background-color: rgb(0,76,70); }
div.DivClassName
{
background-color: #004C46;
}
.BgClassName
{
background-color: #004C46;
}
</style>
border-color css
<style>
span { border-color: #004C46; }
span { border-color: rgb(0,76,70); }
td.TdClassName
{
border-color: #004C46;
}
.TagClassName
{
border-color: #004C46;
}
</style>