Shades of Sherpa Blue #04485A
Tints of Sherpa Blue #04485A
RGB
CMYK
RGB Variations
Color information
#04485A (or 0x04485A) is known color: Sherpa Blue. HEX triplet: 04, 48 and 5A. RGB value is (4,72,90). Sum of RGB (Red+Green+Blue) = 4+72+90=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #04485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485A is #FBB7A5. Grayscale: #353535. Windows color (decimal): -16496550 or 5916676. OLE color: 5916676.
HSL color Cylindrical-coordinate representation of color #04485A: hue angle of 192.56º 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 #04485A is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 72 | 90 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.65 |
| HSL | 192.56º | 0.91% | 0.18% | - |
| HSV(B) | 192.56º | 0.96% | 0.35% | - |
| XYZ | 4.21 | 5.4 | 10.49 | - |
| YUV | 53.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 90 | 0.96 | 0.20 | 0 | 0.65 | 192.56 | 0.91 | 0.18 |
| Hex | 4 | 48 | 5A | 60 | 14 | 0 | 41 | C1 | 5B | 12 |
| Octal | 4 | 110 | 132 | 140 | 24 | 0 | 101 | 301 | 133 | 22 |
| Binary | 100 | 1001000 | 1011010 | 1100000 | 10100 | 0 | 1000001 | 11000001 | 1011011 | 10010 |
Color Harmonies of #04485A
Complementary color
Monochromatic Colors of #04485A
Black with #04485A
Text Example
Text Example
White with #04485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04485A; }
p { color: rgb(4,72,90); }
H1.HeaderClassName
{
color: #04485A;
}
.AnyTagClassName
{
color: #04485A;
}
</style>
background-color css
<style>
a { background-color: #04485A; }
a { background-color: rgb(4,72,90); }
div.DivClassName
{
background-color: #04485A;
}
.BgClassName
{
background-color: #04485A;
}
</style>
border-color css
<style>
span { border-color: #04485A; }
span { border-color: rgb(4,72,90); }
td.TdClassName
{
border-color: #04485A;
}
.TagClassName
{
border-color: #04485A;
}
</style>