Shades of Sherpa Blue #04515D
Tints of Sherpa Blue #04515D
RGB
CMYK
RGB Variations
Color information
#04515D (or 0x04515D) is known color: Sherpa Blue. HEX triplet: 04, 51 and 5D. RGB value is (4,81,93). Sum of RGB (Red+Green+Blue) = 4+81+93=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #04515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04515D is #FBAEA2. Grayscale: #3B3B3B. Windows color (decimal): -16494243 or 6115588. OLE color: 6115588.
HSL color Cylindrical-coordinate representation of color #04515D: hue angle of 188.09º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04515D is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 81 | 93 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.64 |
| HSL | 188.09º | 0.92% | 0.19% | - |
| HSV(B) | 188.09º | 0.96% | 0.36% | - |
| XYZ | 4.97 | 6.7 | 11.39 | - |
| YUV | 59.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 93 | 0.96 | 0.13 | 0 | 0.64 | 188.09 | 0.92 | 0.19 |
| Hex | 4 | 51 | 5D | 60 | D | 0 | 40 | BC | 5C | 13 |
| Octal | 4 | 121 | 135 | 140 | 15 | 0 | 100 | 274 | 134 | 23 |
| Binary | 100 | 1010001 | 1011101 | 1100000 | 1101 | 0 | 1000000 | 10111100 | 1011100 | 10011 |
Color Harmonies of #04515D
Complementary color
Monochromatic Colors of #04515D
Black with #04515D
Text Example
Text Example
White with #04515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04515D; }
p { color: rgb(4,81,93); }
H1.HeaderClassName
{
color: #04515D;
}
.AnyTagClassName
{
color: #04515D;
}
</style>
background-color css
<style>
a { background-color: #04515D; }
a { background-color: rgb(4,81,93); }
div.DivClassName
{
background-color: #04515D;
}
.BgClassName
{
background-color: #04515D;
}
</style>
border-color css
<style>
span { border-color: #04515D; }
span { border-color: rgb(4,81,93); }
td.TdClassName
{
border-color: #04515D;
}
.TagClassName
{
border-color: #04515D;
}
</style>