Shades of Sherpa Blue #004A53
Tints of Sherpa Blue #004A53
RGB
CMYK
RGB Variations
Color information
#004A53 (or 0x004A53) is known color: Sherpa Blue. HEX triplet: 00, 4A and 53. RGB value is (0,74,83). Sum of RGB (Red+Green+Blue) = 0+74+83=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #004A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A53 is #FFB5AC. Grayscale: #343434. Windows color (decimal): -16758189 or 5458432. OLE color: 5458432.
HSL color Cylindrical-coordinate representation of color #004A53: hue angle of 186.51º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A53 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 74 | 83 | - |
| CMYK | 1 | 0.11 | 0 | 0.67 |
| HSL | 186.51º | 1% | 0.16% | - |
| HSV(B) | 186.51º | 1% | 0.33% | - |
| XYZ | 4.01 | 5.52 | 9.04 | - |
| YUV | 52.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 83 | 1 | 0.11 | 0 | 0.67 | 186.51 | 1 | 0.16 |
| Hex | 0 | 4A | 53 | 64 | B | 0 | 43 | BB | 64 | 10 |
| Octal | 0 | 112 | 123 | 144 | 13 | 0 | 103 | 273 | 144 | 20 |
| Binary | 0 | 1001010 | 1010011 | 1100100 | 1011 | 0 | 1000011 | 10111011 | 1100100 | 10000 |
Color Harmonies of #004A53
Complementary color
Monochromatic Colors of #004A53
Black with #004A53
Text Example
Text Example
White with #004A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A53; }
p { color: rgb(0,74,83); }
H1.HeaderClassName
{
color: #004A53;
}
.AnyTagClassName
{
color: #004A53;
}
</style>
background-color css
<style>
a { background-color: #004A53; }
a { background-color: rgb(0,74,83); }
div.DivClassName
{
background-color: #004A53;
}
.BgClassName
{
background-color: #004A53;
}
</style>
border-color css
<style>
span { border-color: #004A53; }
span { border-color: rgb(0,74,83); }
td.TdClassName
{
border-color: #004A53;
}
.TagClassName
{
border-color: #004A53;
}
</style>