Shades of Sherpa Blue #004A65
Tints of Sherpa Blue #004A65
RGB
CMYK
RGB Variations
Color information
#004A65 (or 0x004A65) is known color: Sherpa Blue. HEX triplet: 00, 4A and 65. RGB value is (0,74,101). Sum of RGB (Red+Green+Blue) = 0+74+101=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #004A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A65 is #FFB59A. Grayscale: #363636. Windows color (decimal): -16758171 or 6638080. OLE color: 6638080.
HSL color Cylindrical-coordinate representation of color #004A65: hue angle of 196.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A65 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 74 | 101 | - |
| CMYK | 1 | 0.27 | 0 | 0.60 |
| HSL | 196.04º | 1% | 0.2% | - |
| HSV(B) | 196.04º | 1% | 0.4% | - |
| XYZ | 4.8 | 5.84 | 13.19 | - |
| YUV | 54.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 101 | 1 | 0.27 | 0 | 0.60 | 196.04 | 1 | 0.2 |
| Hex | 0 | 4A | 65 | 64 | 1B | 0 | 3C | C4 | 64 | 14 |
| Octal | 0 | 112 | 145 | 144 | 33 | 0 | 74 | 304 | 144 | 24 |
| Binary | 0 | 1001010 | 1100101 | 1100100 | 11011 | 0 | 111100 | 11000100 | 1100100 | 10100 |
Color Harmonies of #004A65
Complementary color
Monochromatic Colors of #004A65
Black with #004A65
Text Example
Text Example
White with #004A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A65; }
p { color: rgb(0,74,101); }
H1.HeaderClassName
{
color: #004A65;
}
.AnyTagClassName
{
color: #004A65;
}
</style>
background-color css
<style>
a { background-color: #004A65; }
a { background-color: rgb(0,74,101); }
div.DivClassName
{
background-color: #004A65;
}
.BgClassName
{
background-color: #004A65;
}
</style>
border-color css
<style>
span { border-color: #004A65; }
span { border-color: rgb(0,74,101); }
td.TdClassName
{
border-color: #004A65;
}
.TagClassName
{
border-color: #004A65;
}
</style>