Shades of Sherpa Blue #04475C
Tints of Sherpa Blue #04475C
RGB
CMYK
RGB Variations
Color information
#04475C (or 0x04475C) is known color: Sherpa Blue. HEX triplet: 04, 47 and 5C. RGB value is (4,71,92). Sum of RGB (Red+Green+Blue) = 4+71+92=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #04475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04475C is #FBB8A3. Grayscale: #353535. Windows color (decimal): -16496804 or 6047492. OLE color: 6047492.
HSL color Cylindrical-coordinate representation of color #04475C: hue angle of 194.32º 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 #04475C is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 71 | 92 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.64 |
| HSL | 194.32º | 0.92% | 0.19% | - |
| HSV(B) | 194.32º | 0.96% | 0.36% | - |
| XYZ | 4.24 | 5.3 | 10.93 | - |
| YUV | 53.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 92 | 0.96 | 0.23 | 0 | 0.64 | 194.32 | 0.92 | 0.19 |
| Hex | 4 | 47 | 5C | 60 | 17 | 0 | 40 | C2 | 5C | 13 |
| Octal | 4 | 107 | 134 | 140 | 27 | 0 | 100 | 302 | 134 | 23 |
| Binary | 100 | 1000111 | 1011100 | 1100000 | 10111 | 0 | 1000000 | 11000010 | 1011100 | 10011 |
Color Harmonies of #04475C
Complementary color
Monochromatic Colors of #04475C
Black with #04475C
Text Example
Text Example
White with #04475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04475C; }
p { color: rgb(4,71,92); }
H1.HeaderClassName
{
color: #04475C;
}
.AnyTagClassName
{
color: #04475C;
}
</style>
background-color css
<style>
a { background-color: #04475C; }
a { background-color: rgb(4,71,92); }
div.DivClassName
{
background-color: #04475C;
}
.BgClassName
{
background-color: #04475C;
}
</style>
border-color css
<style>
span { border-color: #04475C; }
span { border-color: rgb(4,71,92); }
td.TdClassName
{
border-color: #04475C;
}
.TagClassName
{
border-color: #04475C;
}
</style>