Shades of Sherpa Blue #04514D
Tints of Sherpa Blue #04514D
RGB
CMYK
RGB Variations
Color information
#04514D (or 0x04514D) is known color: Sherpa Blue. HEX triplet: 04, 51 and 4D. RGB value is (4,81,77). Sum of RGB (Red+Green+Blue) = 4+81+77=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #04514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04514D is #FBAEB2. Grayscale: #393939. Windows color (decimal): -16494259 or 5067012. OLE color: 5067012.
HSL color Cylindrical-coordinate representation of color #04514D: hue angle of 176.88º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04514D is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 77 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.68 |
| HSL | 176.88º | 0.91% | 0.17% | - |
| HSV(B) | 176.88º | 0.95% | 0.32% | - |
| XYZ | 4.33 | 6.45 | 8.04 | - |
| YUV | 57.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 77 | 0.95 | 0 | 0.05 | 0.68 | 176.88 | 0.91 | 0.17 |
| Hex | 4 | 51 | 4D | 5F | 0 | 5 | 44 | B1 | 5B | 11 |
| Octal | 4 | 121 | 115 | 137 | 0 | 5 | 104 | 261 | 133 | 21 |
| Binary | 100 | 1010001 | 1001101 | 1011111 | 0 | 101 | 1000100 | 10110001 | 1011011 | 10001 |
Color Harmonies of #04514D
Complementary color
Monochromatic Colors of #04514D
Black with #04514D
Text Example
Text Example
White with #04514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04514D; }
p { color: rgb(4,81,77); }
H1.HeaderClassName
{
color: #04514D;
}
.AnyTagClassName
{
color: #04514D;
}
</style>
background-color css
<style>
a { background-color: #04514D; }
a { background-color: rgb(4,81,77); }
div.DivClassName
{
background-color: #04514D;
}
.BgClassName
{
background-color: #04514D;
}
</style>
border-color css
<style>
span { border-color: #04514D; }
span { border-color: rgb(4,81,77); }
td.TdClassName
{
border-color: #04514D;
}
.TagClassName
{
border-color: #04514D;
}
</style>