Shades of Sherpa Blue #04495A
Tints of Sherpa Blue #04495A
RGB
CMYK
RGB Variations
Color information
#04495A (or 0x04495A) is known color: Sherpa Blue. HEX triplet: 04, 49 and 5A. RGB value is (4,73,90). Sum of RGB (Red+Green+Blue) = 4+73+90=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #04495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495A is #FBB6A5. Grayscale: #363636. Windows color (decimal): -16496294 or 5916932. OLE color: 5916932.
HSL color Cylindrical-coordinate representation of color #04495A: hue angle of 191.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04495A is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 73 | 90 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.65 |
| HSL | 191.86º | 0.91% | 0.18% | - |
| HSV(B) | 191.86º | 0.96% | 0.35% | - |
| XYZ | 4.28 | 5.53 | 10.51 | - |
| YUV | 54.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 90 | 0.96 | 0.19 | 0 | 0.65 | 191.86 | 0.91 | 0.18 |
| Hex | 4 | 49 | 5A | 60 | 13 | 0 | 41 | C0 | 5B | 12 |
| Octal | 4 | 111 | 132 | 140 | 23 | 0 | 101 | 300 | 133 | 22 |
| Binary | 100 | 1001001 | 1011010 | 1100000 | 10011 | 0 | 1000001 | 11000000 | 1011011 | 10010 |
Color Harmonies of #04495A
Complementary color
Monochromatic Colors of #04495A
Black with #04495A
Text Example
Text Example
White with #04495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04495A; }
p { color: rgb(4,73,90); }
H1.HeaderClassName
{
color: #04495A;
}
.AnyTagClassName
{
color: #04495A;
}
</style>
background-color css
<style>
a { background-color: #04495A; }
a { background-color: rgb(4,73,90); }
div.DivClassName
{
background-color: #04495A;
}
.BgClassName
{
background-color: #04495A;
}
</style>
border-color css
<style>
span { border-color: #04495A; }
span { border-color: rgb(4,73,90); }
td.TdClassName
{
border-color: #04495A;
}
.TagClassName
{
border-color: #04495A;
}
</style>