Shades of Sherpa Blue #04495E
Tints of Sherpa Blue #04495E
RGB
CMYK
RGB Variations
Color information
#04495E (or 0x04495E) is known color: Sherpa Blue. HEX triplet: 04, 49 and 5E. RGB value is (4,73,94). Sum of RGB (Red+Green+Blue) = 4+73+94=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #04495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495E is #FBB6A1. Grayscale: #363636. Windows color (decimal): -16496290 or 6179076. OLE color: 6179076.
HSL color Cylindrical-coordinate representation of color #04495E: hue angle of 194º 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 #04495E is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 73 | 94 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.63 |
| HSL | 194º | 0.92% | 0.19% | - |
| HSV(B) | 194º | 0.96% | 0.37% | - |
| XYZ | 4.45 | 5.6 | 11.44 | - |
| YUV | 54.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 94 | 0.96 | 0.22 | 0 | 0.63 | 194 | 0.92 | 0.19 |
| Hex | 4 | 49 | 5E | 60 | 16 | 0 | 3F | C2 | 5C | 13 |
| Octal | 4 | 111 | 136 | 140 | 26 | 0 | 77 | 302 | 134 | 23 |
| Binary | 100 | 1001001 | 1011110 | 1100000 | 10110 | 0 | 111111 | 11000010 | 1011100 | 10011 |
Color Harmonies of #04495E
Complementary color
Monochromatic Colors of #04495E
Black with #04495E
Text Example
Text Example
White with #04495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04495E; }
p { color: rgb(4,73,94); }
H1.HeaderClassName
{
color: #04495E;
}
.AnyTagClassName
{
color: #04495E;
}
</style>
background-color css
<style>
a { background-color: #04495E; }
a { background-color: rgb(4,73,94); }
div.DivClassName
{
background-color: #04495E;
}
.BgClassName
{
background-color: #04495E;
}
</style>
border-color css
<style>
span { border-color: #04495E; }
span { border-color: rgb(4,73,94); }
td.TdClassName
{
border-color: #04495E;
}
.TagClassName
{
border-color: #04495E;
}
</style>