Shades of Jelly Bean #477D9B
Tints of Jelly Bean #477D9B
RGB
CMYK
RGB Variations
Color information
#477D9B (or 0x477D9B) is known color: Jelly Bean. HEX triplet: 47, 7D and 9B. RGB value is (71,125,155). Sum of RGB (Red+Green+Blue) = 71+125+155=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #477D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D9B is #B88264. Grayscale: #707070. Windows color (decimal): -12092005 or 10190151. OLE color: 10190151.
HSL color Cylindrical-coordinate representation of color #477D9B: hue angle of 201.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477D9B is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 125 | 155 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.39 |
| HSL | 201.43º | 0.37% | 0.44% | - |
| HSV(B) | 201.43º | 0.54% | 0.61% | - |
| XYZ | 15.85 | 18.37 | 33.72 | - |
| YUV | 112.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 155 | 0.54 | 0.19 | 0 | 0.39 | 201.43 | 0.37 | 0.44 |
| Hex | 47 | 7D | 9B | 36 | 13 | 0 | 27 | C9 | 25 | 2C |
| Octal | 107 | 175 | 233 | 66 | 23 | 0 | 47 | 311 | 45 | 54 |
| Binary | 1000111 | 1111101 | 10011011 | 110110 | 10011 | 0 | 100111 | 11001001 | 100101 | 101100 |
Color Harmonies of #477D9B
Complementary color
Monochromatic Colors of #477D9B
Black with #477D9B
Text Example
Text Example
White with #477D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D9B; }
p { color: rgb(71,125,155); }
H1.HeaderClassName
{
color: #477D9B;
}
.AnyTagClassName
{
color: #477D9B;
}
</style>
background-color css
<style>
a { background-color: #477D9B; }
a { background-color: rgb(71,125,155); }
div.DivClassName
{
background-color: #477D9B;
}
.BgClassName
{
background-color: #477D9B;
}
</style>
border-color css
<style>
span { border-color: #477D9B; }
span { border-color: rgb(71,125,155); }
td.TdClassName
{
border-color: #477D9B;
}
.TagClassName
{
border-color: #477D9B;
}
</style>