Shades of Sherpa Blue #004A4E
Tints of Sherpa Blue #004A4E
RGB
CMYK
RGB Variations
Color information
#004A4E (or 0x004A4E) is known color: Sherpa Blue. HEX triplet: 00, 4A and 4E. RGB value is (0,74,78). Sum of RGB (Red+Green+Blue) = 0+74+78=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #004A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A4E is #FFB5B1. Grayscale: #343434. Windows color (decimal): -16758194 or 5130752. OLE color: 5130752.
HSL color Cylindrical-coordinate representation of color #004A4E: hue angle of 183.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A4E is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 74 | 78 | - |
| CMYK | 1 | 0.05 | 0 | 0.69 |
| HSL | 183.08º | 1% | 0.15% | - |
| HSV(B) | 183.08º | 1% | 0.31% | - |
| XYZ | 3.82 | 5.45 | 8.06 | - |
| YUV | 52.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 78 | 1 | 0.05 | 0 | 0.69 | 183.08 | 1 | 0.15 |
| Hex | 0 | 4A | 4E | 64 | 5 | 0 | 45 | B7 | 64 | F |
| Octal | 0 | 112 | 116 | 144 | 5 | 0 | 105 | 267 | 144 | 17 |
| Binary | 0 | 1001010 | 1001110 | 1100100 | 101 | 0 | 1000101 | 10110111 | 1100100 | 1111 |
Color Harmonies of #004A4E
Complementary color
Monochromatic Colors of #004A4E
Black with #004A4E
Text Example
Text Example
White with #004A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A4E; }
p { color: rgb(0,74,78); }
H1.HeaderClassName
{
color: #004A4E;
}
.AnyTagClassName
{
color: #004A4E;
}
</style>
background-color css
<style>
a { background-color: #004A4E; }
a { background-color: rgb(0,74,78); }
div.DivClassName
{
background-color: #004A4E;
}
.BgClassName
{
background-color: #004A4E;
}
</style>
border-color css
<style>
span { border-color: #004A4E; }
span { border-color: rgb(0,74,78); }
td.TdClassName
{
border-color: #004A4E;
}
.TagClassName
{
border-color: #004A4E;
}
</style>