Shades of Sherpa Blue #04495B
Tints of Sherpa Blue #04495B
RGB
CMYK
RGB Variations
Color information
#04495B (or 0x04495B) is known color: Sherpa Blue. HEX triplet: 04, 49 and 5B. RGB value is (4,73,91). Sum of RGB (Red+Green+Blue) = 4+73+91=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #04495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495B is #FBB6A4. Grayscale: #363636. Windows color (decimal): -16496293 or 5982468. OLE color: 5982468.
HSL color Cylindrical-coordinate representation of color #04495B: hue angle of 192.41º 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 #04495B is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 73 | 91 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.64 |
| HSL | 192.41º | 0.92% | 0.19% | - |
| HSV(B) | 192.41º | 0.96% | 0.36% | - |
| XYZ | 4.32 | 5.55 | 10.74 | - |
| YUV | 54.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 91 | 0.96 | 0.20 | 0 | 0.64 | 192.41 | 0.92 | 0.19 |
| Hex | 4 | 49 | 5B | 60 | 14 | 0 | 40 | C0 | 5C | 13 |
| Octal | 4 | 111 | 133 | 140 | 24 | 0 | 100 | 300 | 134 | 23 |
| Binary | 100 | 1001001 | 1011011 | 1100000 | 10100 | 0 | 1000000 | 11000000 | 1011100 | 10011 |
Color Harmonies of #04495B
Complementary color
Monochromatic Colors of #04495B
Black with #04495B
Text Example
Text Example
White with #04495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04495B; }
p { color: rgb(4,73,91); }
H1.HeaderClassName
{
color: #04495B;
}
.AnyTagClassName
{
color: #04495B;
}
</style>
background-color css
<style>
a { background-color: #04495B; }
a { background-color: rgb(4,73,91); }
div.DivClassName
{
background-color: #04495B;
}
.BgClassName
{
background-color: #04495B;
}
</style>
border-color css
<style>
span { border-color: #04495B; }
span { border-color: rgb(4,73,91); }
td.TdClassName
{
border-color: #04495B;
}
.TagClassName
{
border-color: #04495B;
}
</style>