Shades of Sherpa Blue #04514B
Tints of Sherpa Blue #04514B
RGB
CMYK
RGB Variations
Color information
#04514B (or 0x04514B) is known color: Sherpa Blue. HEX triplet: 04, 51 and 4B. RGB value is (4,81,75). Sum of RGB (Red+Green+Blue) = 4+81+75=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #04514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04514B is #FBAEB4. Grayscale: #393939. Windows color (decimal): -16494261 or 4935940. OLE color: 4935940.
HSL color Cylindrical-coordinate representation of color #04514B: hue angle of 175.32º 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 #04514B is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 75 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.68 |
| HSL | 175.32º | 0.91% | 0.17% | - |
| HSV(B) | 175.32º | 0.95% | 0.32% | - |
| XYZ | 4.26 | 6.42 | 7.67 | - |
| YUV | 57.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 75 | 0.95 | 0 | 0.07 | 0.68 | 175.32 | 0.91 | 0.17 |
| Hex | 4 | 51 | 4B | 5F | 0 | 7 | 44 | AF | 5B | 11 |
| Octal | 4 | 121 | 113 | 137 | 0 | 7 | 104 | 257 | 133 | 21 |
| Binary | 100 | 1010001 | 1001011 | 1011111 | 0 | 111 | 1000100 | 10101111 | 1011011 | 10001 |
Color Harmonies of #04514B
Complementary color
Monochromatic Colors of #04514B
Black with #04514B
Text Example
Text Example
White with #04514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04514B; }
p { color: rgb(4,81,75); }
H1.HeaderClassName
{
color: #04514B;
}
.AnyTagClassName
{
color: #04514B;
}
</style>
background-color css
<style>
a { background-color: #04514B; }
a { background-color: rgb(4,81,75); }
div.DivClassName
{
background-color: #04514B;
}
.BgClassName
{
background-color: #04514B;
}
</style>
border-color css
<style>
span { border-color: #04514B; }
span { border-color: rgb(4,81,75); }
td.TdClassName
{
border-color: #04514B;
}
.TagClassName
{
border-color: #04514B;
}
</style>