Shades of Jelly Bean #477D93
Tints of Jelly Bean #477D93
RGB
CMYK
RGB Variations
Color information
#477D93 (or 0x477D93) is known color: Jelly Bean. HEX triplet: 47, 7D and 93. RGB value is (71,125,147). Sum of RGB (Red+Green+Blue) = 71+125+147=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #477D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D93 is #B8826C. Grayscale: #6F6F6F. Windows color (decimal): -12092013 or 9665863. OLE color: 9665863.
HSL color Cylindrical-coordinate representation of color #477D93: hue angle of 197.37º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477D93 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 125 | 147 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.42 |
| HSL | 197.37º | 0.35% | 0.43% | - |
| HSV(B) | 197.37º | 0.52% | 0.58% | - |
| XYZ | 15.2 | 18.11 | 30.3 | - |
| YUV | 111.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 147 | 0.52 | 0.15 | 0 | 0.42 | 197.37 | 0.35 | 0.43 |
| Hex | 47 | 7D | 93 | 34 | F | 0 | 2A | C5 | 23 | 2B |
| Octal | 107 | 175 | 223 | 64 | 17 | 0 | 52 | 305 | 43 | 53 |
| Binary | 1000111 | 1111101 | 10010011 | 110100 | 1111 | 0 | 101010 | 11000101 | 100011 | 101011 |
Color Harmonies of #477D93
Complementary color
Monochromatic Colors of #477D93
Black with #477D93
Text Example
Text Example
White with #477D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D93; }
p { color: rgb(71,125,147); }
H1.HeaderClassName
{
color: #477D93;
}
.AnyTagClassName
{
color: #477D93;
}
</style>
background-color css
<style>
a { background-color: #477D93; }
a { background-color: rgb(71,125,147); }
div.DivClassName
{
background-color: #477D93;
}
.BgClassName
{
background-color: #477D93;
}
</style>
border-color css
<style>
span { border-color: #477D93; }
span { border-color: rgb(71,125,147); }
td.TdClassName
{
border-color: #477D93;
}
.TagClassName
{
border-color: #477D93;
}
</style>