Shades of Sherpa Blue #004A63
Tints of Sherpa Blue #004A63
RGB
CMYK
RGB Variations
Color information
#004A63 (or 0x004A63) is known color: Sherpa Blue. HEX triplet: 00, 4A and 63. RGB value is (0,74,99). Sum of RGB (Red+Green+Blue) = 0+74+99=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #004A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A63 is #FFB59C. Grayscale: #363636. Windows color (decimal): -16758173 or 6507008. OLE color: 6507008.
HSL color Cylindrical-coordinate representation of color #004A63: hue angle of 195.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A63 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 74 | 99 | - |
| CMYK | 1 | 0.25 | 0 | 0.61 |
| HSL | 195.15º | 1% | 0.19% | - |
| HSV(B) | 195.15º | 1% | 0.39% | - |
| XYZ | 4.7 | 5.8 | 12.68 | - |
| YUV | 54.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 99 | 1 | 0.25 | 0 | 0.61 | 195.15 | 1 | 0.19 |
| Hex | 0 | 4A | 63 | 64 | 19 | 0 | 3D | C3 | 64 | 13 |
| Octal | 0 | 112 | 143 | 144 | 31 | 0 | 75 | 303 | 144 | 23 |
| Binary | 0 | 1001010 | 1100011 | 1100100 | 11001 | 0 | 111101 | 11000011 | 1100100 | 10011 |
Color Harmonies of #004A63
Complementary color
Monochromatic Colors of #004A63
Black with #004A63
Text Example
Text Example
White with #004A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A63; }
p { color: rgb(0,74,99); }
H1.HeaderClassName
{
color: #004A63;
}
.AnyTagClassName
{
color: #004A63;
}
</style>
background-color css
<style>
a { background-color: #004A63; }
a { background-color: rgb(0,74,99); }
div.DivClassName
{
background-color: #004A63;
}
.BgClassName
{
background-color: #004A63;
}
</style>
border-color css
<style>
span { border-color: #004A63; }
span { border-color: rgb(0,74,99); }
td.TdClassName
{
border-color: #004A63;
}
.TagClassName
{
border-color: #004A63;
}
</style>