Shades of Sherpa Blue #004A61
Tints of Sherpa Blue #004A61
RGB
CMYK
RGB Variations
Color information
#004A61 (or 0x004A61) is known color: Sherpa Blue. HEX triplet: 00, 4A and 61. RGB value is (0,74,97). Sum of RGB (Red+Green+Blue) = 0+74+97=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #004A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A61 is #FFB59E. Grayscale: #363636. Windows color (decimal): -16758175 or 6375936. OLE color: 6375936.
HSL color Cylindrical-coordinate representation of color #004A61: hue angle of 194.23º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A61 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 74 | 97 | - |
| CMYK | 1 | 0.24 | 0 | 0.62 |
| HSL | 194.23º | 1% | 0.19% | - |
| HSV(B) | 194.23º | 1% | 0.38% | - |
| XYZ | 4.61 | 5.76 | 12.18 | - |
| YUV | 54.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 97 | 1 | 0.24 | 0 | 0.62 | 194.23 | 1 | 0.19 |
| Hex | 0 | 4A | 61 | 64 | 18 | 0 | 3E | C2 | 64 | 13 |
| Octal | 0 | 112 | 141 | 144 | 30 | 0 | 76 | 302 | 144 | 23 |
| Binary | 0 | 1001010 | 1100001 | 1100100 | 11000 | 0 | 111110 | 11000010 | 1100100 | 10011 |
Color Harmonies of #004A61
Complementary color
Monochromatic Colors of #004A61
Black with #004A61
Text Example
Text Example
White with #004A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A61; }
p { color: rgb(0,74,97); }
H1.HeaderClassName
{
color: #004A61;
}
.AnyTagClassName
{
color: #004A61;
}
</style>
background-color css
<style>
a { background-color: #004A61; }
a { background-color: rgb(0,74,97); }
div.DivClassName
{
background-color: #004A61;
}
.BgClassName
{
background-color: #004A61;
}
</style>
border-color css
<style>
span { border-color: #004A61; }
span { border-color: rgb(0,74,97); }
td.TdClassName
{
border-color: #004A61;
}
.TagClassName
{
border-color: #004A61;
}
</style>