Shades of Sherpa Blue #04495F
Tints of Sherpa Blue #04495F
RGB
CMYK
RGB Variations
Color information
#04495F (or 0x04495F) is known color: Sherpa Blue. HEX triplet: 04, 49 and 5F. RGB value is (4,73,95). Sum of RGB (Red+Green+Blue) = 4+73+95=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #04495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495F is #FBB6A0. Grayscale: #363636. Windows color (decimal): -16496289 or 6244612. OLE color: 6244612.
HSL color Cylindrical-coordinate representation of color #04495F: hue angle of 194.51º 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 #04495F is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 73 | 95 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.63 |
| HSL | 194.51º | 0.92% | 0.19% | - |
| HSV(B) | 194.51º | 0.96% | 0.37% | - |
| XYZ | 4.5 | 5.62 | 11.67 | - |
| YUV | 54.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 95 | 0.96 | 0.23 | 0 | 0.63 | 194.51 | 0.92 | 0.19 |
| Hex | 4 | 49 | 5F | 60 | 17 | 0 | 3F | C3 | 5C | 13 |
| Octal | 4 | 111 | 137 | 140 | 27 | 0 | 77 | 303 | 134 | 23 |
| Binary | 100 | 1001001 | 1011111 | 1100000 | 10111 | 0 | 111111 | 11000011 | 1011100 | 10011 |
Color Harmonies of #04495F
Complementary color
Monochromatic Colors of #04495F
Black with #04495F
Text Example
Text Example
White with #04495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04495F; }
p { color: rgb(4,73,95); }
H1.HeaderClassName
{
color: #04495F;
}
.AnyTagClassName
{
color: #04495F;
}
</style>
background-color css
<style>
a { background-color: #04495F; }
a { background-color: rgb(4,73,95); }
div.DivClassName
{
background-color: #04495F;
}
.BgClassName
{
background-color: #04495F;
}
</style>
border-color css
<style>
span { border-color: #04495F; }
span { border-color: rgb(4,73,95); }
td.TdClassName
{
border-color: #04495F;
}
.TagClassName
{
border-color: #04495F;
}
</style>