Shades of Sherpa Blue #04474D
Tints of Sherpa Blue #04474D
RGB
CMYK
RGB Variations
Color information
#04474D (or 0x04474D) is known color: Sherpa Blue. HEX triplet: 04, 47 and 4D. RGB value is (4,71,77). Sum of RGB (Red+Green+Blue) = 4+71+77=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #04474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04474D is #FBB8B2. Grayscale: #333333. Windows color (decimal): -16496819 or 5064452. OLE color: 5064452.
HSL color Cylindrical-coordinate representation of color #04474D: hue angle of 184.93º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04474D is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 71 | 77 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.70 |
| HSL | 184.93º | 0.9% | 0.16% | - |
| HSV(B) | 184.93º | 0.95% | 0.3% | - |
| XYZ | 3.64 | 5.07 | 7.81 | - |
| YUV | 51.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 77 | 0.95 | 0.08 | 0 | 0.70 | 184.93 | 0.9 | 0.16 |
| Hex | 4 | 47 | 4D | 5F | 8 | 0 | 46 | B9 | 5A | 10 |
| Octal | 4 | 107 | 115 | 137 | 10 | 0 | 106 | 271 | 132 | 20 |
| Binary | 100 | 1000111 | 1001101 | 1011111 | 1000 | 0 | 1000110 | 10111001 | 1011010 | 10000 |
Color Harmonies of #04474D
Complementary color
Monochromatic Colors of #04474D
Black with #04474D
Text Example
Text Example
White with #04474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04474D; }
p { color: rgb(4,71,77); }
H1.HeaderClassName
{
color: #04474D;
}
.AnyTagClassName
{
color: #04474D;
}
</style>
background-color css
<style>
a { background-color: #04474D; }
a { background-color: rgb(4,71,77); }
div.DivClassName
{
background-color: #04474D;
}
.BgClassName
{
background-color: #04474D;
}
</style>
border-color css
<style>
span { border-color: #04474D; }
span { border-color: rgb(4,71,77); }
td.TdClassName
{
border-color: #04474D;
}
.TagClassName
{
border-color: #04474D;
}
</style>