Shades of Sherpa Blue #04485F
Tints of Sherpa Blue #04485F
RGB
CMYK
RGB Variations
Color information
#04485F (or 0x04485F) is known color: Sherpa Blue. HEX triplet: 04, 48 and 5F. RGB value is (4,72,95). Sum of RGB (Red+Green+Blue) = 4+72+95=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #04485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485F is #FBB7A0. Grayscale: #363636. Windows color (decimal): -16496545 or 6244356. OLE color: 6244356.
HSL color Cylindrical-coordinate representation of color #04485F: hue angle of 195.16º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04485F is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 72 | 95 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.63 |
| HSL | 195.16º | 0.92% | 0.19% | - |
| HSV(B) | 195.16º | 0.96% | 0.37% | - |
| XYZ | 4.43 | 5.49 | 11.65 | - |
| YUV | 54.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 95 | 0.96 | 0.24 | 0 | 0.63 | 195.16 | 0.92 | 0.19 |
| Hex | 4 | 48 | 5F | 60 | 18 | 0 | 3F | C3 | 5C | 13 |
| Octal | 4 | 110 | 137 | 140 | 30 | 0 | 77 | 303 | 134 | 23 |
| Binary | 100 | 1001000 | 1011111 | 1100000 | 11000 | 0 | 111111 | 11000011 | 1011100 | 10011 |
Color Harmonies of #04485F
Complementary color
Monochromatic Colors of #04485F
Black with #04485F
Text Example
Text Example
White with #04485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04485F; }
p { color: rgb(4,72,95); }
H1.HeaderClassName
{
color: #04485F;
}
.AnyTagClassName
{
color: #04485F;
}
</style>
background-color css
<style>
a { background-color: #04485F; }
a { background-color: rgb(4,72,95); }
div.DivClassName
{
background-color: #04485F;
}
.BgClassName
{
background-color: #04485F;
}
</style>
border-color css
<style>
span { border-color: #04485F; }
span { border-color: rgb(4,72,95); }
td.TdClassName
{
border-color: #04485F;
}
.TagClassName
{
border-color: #04485F;
}
</style>