Shades of Sherpa Blue #004A4B
Tints of Sherpa Blue #004A4B
RGB
CMYK
RGB Variations
Color information
#004A4B (or 0x004A4B) is known color: Sherpa Blue. HEX triplet: 00, 4A and 4B. RGB value is (0,74,75). Sum of RGB (Red+Green+Blue) = 0+74+75=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #004A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A4B is #FFB5B4. Grayscale: #333333. Windows color (decimal): -16758197 or 4934144. OLE color: 4934144.
HSL color Cylindrical-coordinate representation of color #004A4B: hue angle of 180.8º 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 #004A4B is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 75 | - |
| CMYK | 1 | 0.01 | 0 | 0.71 |
| HSL | 180.8º | 1% | 0.15% | - |
| HSV(B) | 180.8º | 1% | 0.29% | - |
| XYZ | 3.72 | 5.41 | 7.5 | - |
| YUV | 51.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 75 | 1 | 0.01 | 0 | 0.71 | 180.8 | 1 | 0.15 |
| Hex | 0 | 4A | 4B | 64 | 1 | 0 | 47 | B5 | 64 | F |
| Octal | 0 | 112 | 113 | 144 | 1 | 0 | 107 | 265 | 144 | 17 |
| Binary | 0 | 1001010 | 1001011 | 1100100 | 1 | 0 | 1000111 | 10110101 | 1100100 | 1111 |
Color Harmonies of #004A4B
Complementary color
Monochromatic Colors of #004A4B
Black with #004A4B
Text Example
Text Example
White with #004A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A4B; }
p { color: rgb(0,74,75); }
H1.HeaderClassName
{
color: #004A4B;
}
.AnyTagClassName
{
color: #004A4B;
}
</style>
background-color css
<style>
a { background-color: #004A4B; }
a { background-color: rgb(0,74,75); }
div.DivClassName
{
background-color: #004A4B;
}
.BgClassName
{
background-color: #004A4B;
}
</style>
border-color css
<style>
span { border-color: #004A4B; }
span { border-color: rgb(0,74,75); }
td.TdClassName
{
border-color: #004A4B;
}
.TagClassName
{
border-color: #004A4B;
}
</style>