Shades of Sherpa Blue #04485B
Tints of Sherpa Blue #04485B
RGB
CMYK
RGB Variations
Color information
#04485B (or 0x04485B) is known color: Sherpa Blue. HEX triplet: 04, 48 and 5B. RGB value is (4,72,91). Sum of RGB (Red+Green+Blue) = 4+72+91=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #04485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485B is #FBB7A4. Grayscale: #353535. Windows color (decimal): -16496549 or 5982212. OLE color: 5982212.
HSL color Cylindrical-coordinate representation of color #04485B: hue angle of 193.1º 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 #04485B is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 72 | 91 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.64 |
| HSL | 193.1º | 0.92% | 0.19% | - |
| HSV(B) | 193.1º | 0.96% | 0.36% | - |
| XYZ | 4.26 | 5.42 | 10.72 | - |
| YUV | 53.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 91 | 0.96 | 0.21 | 0 | 0.64 | 193.1 | 0.92 | 0.19 |
| Hex | 4 | 48 | 5B | 60 | 15 | 0 | 40 | C1 | 5C | 13 |
| Octal | 4 | 110 | 133 | 140 | 25 | 0 | 100 | 301 | 134 | 23 |
| Binary | 100 | 1001000 | 1011011 | 1100000 | 10101 | 0 | 1000000 | 11000001 | 1011100 | 10011 |
Color Harmonies of #04485B
Complementary color
Monochromatic Colors of #04485B
Black with #04485B
Text Example
Text Example
White with #04485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04485B; }
p { color: rgb(4,72,91); }
H1.HeaderClassName
{
color: #04485B;
}
.AnyTagClassName
{
color: #04485B;
}
</style>
background-color css
<style>
a { background-color: #04485B; }
a { background-color: rgb(4,72,91); }
div.DivClassName
{
background-color: #04485B;
}
.BgClassName
{
background-color: #04485B;
}
</style>
border-color css
<style>
span { border-color: #04485B; }
span { border-color: rgb(4,72,91); }
td.TdClassName
{
border-color: #04485B;
}
.TagClassName
{
border-color: #04485B;
}
</style>