Shades of Sherpa Blue #04495C
Tints of Sherpa Blue #04495C
RGB
CMYK
RGB Variations
Color information
#04495C (or 0x04495C) is known color: Sherpa Blue. HEX triplet: 04, 49 and 5C. RGB value is (4,73,92). Sum of RGB (Red+Green+Blue) = 4+73+92=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #04495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495C is #FBB6A3. Grayscale: #363636. Windows color (decimal): -16496292 or 6048004. OLE color: 6048004.
HSL color Cylindrical-coordinate representation of color #04495C: hue angle of 192.95º 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 #04495C is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 73 | 92 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.64 |
| HSL | 192.95º | 0.92% | 0.19% | - |
| HSV(B) | 192.95º | 0.96% | 0.36% | - |
| XYZ | 4.36 | 5.56 | 10.97 | - |
| YUV | 54.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 92 | 0.96 | 0.21 | 0 | 0.64 | 192.95 | 0.92 | 0.19 |
| Hex | 4 | 49 | 5C | 60 | 15 | 0 | 40 | C1 | 5C | 13 |
| Octal | 4 | 111 | 134 | 140 | 25 | 0 | 100 | 301 | 134 | 23 |
| Binary | 100 | 1001001 | 1011100 | 1100000 | 10101 | 0 | 1000000 | 11000001 | 1011100 | 10011 |
Color Harmonies of #04495C
Complementary color
Monochromatic Colors of #04495C
Black with #04495C
Text Example
Text Example
White with #04495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04495C; }
p { color: rgb(4,73,92); }
H1.HeaderClassName
{
color: #04495C;
}
.AnyTagClassName
{
color: #04495C;
}
</style>
background-color css
<style>
a { background-color: #04495C; }
a { background-color: rgb(4,73,92); }
div.DivClassName
{
background-color: #04495C;
}
.BgClassName
{
background-color: #04495C;
}
</style>
border-color css
<style>
span { border-color: #04495C; }
span { border-color: rgb(4,73,92); }
td.TdClassName
{
border-color: #04495C;
}
.TagClassName
{
border-color: #04495C;
}
</style>