Shades of Sherpa Blue #04514C
Tints of Sherpa Blue #04514C
RGB
CMYK
RGB Variations
Color information
#04514C (or 0x04514C) is known color: Sherpa Blue. HEX triplet: 04, 51 and 4C. RGB value is (4,81,76). Sum of RGB (Red+Green+Blue) = 4+81+76=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #04514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04514C is #FBAEB3. Grayscale: #393939. Windows color (decimal): -16494260 or 5001476. OLE color: 5001476.
HSL color Cylindrical-coordinate representation of color #04514C: hue angle of 176.1º 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 #04514C is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 76 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.68 |
| HSL | 176.1º | 0.91% | 0.17% | - |
| HSV(B) | 176.1º | 0.95% | 0.32% | - |
| XYZ | 4.3 | 6.43 | 7.85 | - |
| YUV | 57.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 76 | 0.95 | 0 | 0.06 | 0.68 | 176.1 | 0.91 | 0.17 |
| Hex | 4 | 51 | 4C | 5F | 0 | 6 | 44 | B0 | 5B | 11 |
| Octal | 4 | 121 | 114 | 137 | 0 | 6 | 104 | 260 | 133 | 21 |
| Binary | 100 | 1010001 | 1001100 | 1011111 | 0 | 110 | 1000100 | 10110000 | 1011011 | 10001 |
Color Harmonies of #04514C
Complementary color
Monochromatic Colors of #04514C
Black with #04514C
Text Example
Text Example
White with #04514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04514C; }
p { color: rgb(4,81,76); }
H1.HeaderClassName
{
color: #04514C;
}
.AnyTagClassName
{
color: #04514C;
}
</style>
background-color css
<style>
a { background-color: #04514C; }
a { background-color: rgb(4,81,76); }
div.DivClassName
{
background-color: #04514C;
}
.BgClassName
{
background-color: #04514C;
}
</style>
border-color css
<style>
span { border-color: #04514C; }
span { border-color: rgb(4,81,76); }
td.TdClassName
{
border-color: #04514C;
}
.TagClassName
{
border-color: #04514C;
}
</style>