Shades of Sherpa Blue #04485C
Tints of Sherpa Blue #04485C
RGB
CMYK
RGB Variations
Color information
#04485C (or 0x04485C) is known color: Sherpa Blue. HEX triplet: 04, 48 and 5C. RGB value is (4,72,92). Sum of RGB (Red+Green+Blue) = 4+72+92=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #04485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485C is #FBB7A3. Grayscale: #353535. Windows color (decimal): -16496548 or 6047748. OLE color: 6047748.
HSL color Cylindrical-coordinate representation of color #04485C: hue angle of 193.64º 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 #04485C is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 72 | 92 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.64 |
| HSL | 193.64º | 0.92% | 0.19% | - |
| HSV(B) | 193.64º | 0.96% | 0.36% | - |
| XYZ | 4.3 | 5.43 | 10.95 | - |
| YUV | 53.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 92 | 0.96 | 0.22 | 0 | 0.64 | 193.64 | 0.92 | 0.19 |
| Hex | 4 | 48 | 5C | 60 | 16 | 0 | 40 | C2 | 5C | 13 |
| Octal | 4 | 110 | 134 | 140 | 26 | 0 | 100 | 302 | 134 | 23 |
| Binary | 100 | 1001000 | 1011100 | 1100000 | 10110 | 0 | 1000000 | 11000010 | 1011100 | 10011 |
Color Harmonies of #04485C
Complementary color
Monochromatic Colors of #04485C
Black with #04485C
Text Example
Text Example
White with #04485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04485C; }
p { color: rgb(4,72,92); }
H1.HeaderClassName
{
color: #04485C;
}
.AnyTagClassName
{
color: #04485C;
}
</style>
background-color css
<style>
a { background-color: #04485C; }
a { background-color: rgb(4,72,92); }
div.DivClassName
{
background-color: #04485C;
}
.BgClassName
{
background-color: #04485C;
}
</style>
border-color css
<style>
span { border-color: #04485C; }
span { border-color: rgb(4,72,92); }
td.TdClassName
{
border-color: #04485C;
}
.TagClassName
{
border-color: #04485C;
}
</style>