Shades of Sherpa Blue #04505E
Tints of Sherpa Blue #04505E
RGB
CMYK
RGB Variations
Color information
#04505E (or 0x04505E) is known color: Sherpa Blue. HEX triplet: 04, 50 and 5E. RGB value is (4,80,94). Sum of RGB (Red+Green+Blue) = 4+80+94=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #04505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04505E is #FBAFA1. Grayscale: #3A3A3A. Windows color (decimal): -16494498 or 6180868. OLE color: 6180868.
HSL color Cylindrical-coordinate representation of color #04505E: hue angle of 189.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04505E is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 80 | 94 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.63 |
| HSL | 189.33º | 0.92% | 0.19% | - |
| HSV(B) | 189.33º | 0.96% | 0.37% | - |
| XYZ | 4.94 | 6.57 | 11.6 | - |
| YUV | 58.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 94 | 0.96 | 0.15 | 0 | 0.63 | 189.33 | 0.92 | 0.19 |
| Hex | 4 | 50 | 5E | 60 | F | 0 | 3F | BD | 5C | 13 |
| Octal | 4 | 120 | 136 | 140 | 17 | 0 | 77 | 275 | 134 | 23 |
| Binary | 100 | 1010000 | 1011110 | 1100000 | 1111 | 0 | 111111 | 10111101 | 1011100 | 10011 |
Color Harmonies of #04505E
Complementary color
Monochromatic Colors of #04505E
Black with #04505E
Text Example
Text Example
White with #04505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04505E; }
p { color: rgb(4,80,94); }
H1.HeaderClassName
{
color: #04505E;
}
.AnyTagClassName
{
color: #04505E;
}
</style>
background-color css
<style>
a { background-color: #04505E; }
a { background-color: rgb(4,80,94); }
div.DivClassName
{
background-color: #04505E;
}
.BgClassName
{
background-color: #04505E;
}
</style>
border-color css
<style>
span { border-color: #04505E; }
span { border-color: rgb(4,80,94); }
td.TdClassName
{
border-color: #04505E;
}
.TagClassName
{
border-color: #04505E;
}
</style>