Shades of Jelly Bean #477B9C
Tints of Jelly Bean #477B9C
RGB
CMYK
RGB Variations
Color information
#477B9C (or 0x477B9C) is known color: Jelly Bean. HEX triplet: 47, 7B and 9C. RGB value is (71,123,156). Sum of RGB (Red+Green+Blue) = 71+123+156=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #477B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B9C is #B88463. Grayscale: #6F6F6F. Windows color (decimal): -12092516 or 10255175. OLE color: 10255175.
HSL color Cylindrical-coordinate representation of color #477B9C: hue angle of 203.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477B9C is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 123 | 156 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.39 |
| HSL | 203.29º | 0.37% | 0.45% | - |
| HSV(B) | 203.29º | 0.54% | 0.61% | - |
| XYZ | 15.68 | 17.91 | 34.08 | - |
| YUV | 111.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 156 | 0.54 | 0.21 | 0 | 0.39 | 203.29 | 0.37 | 0.45 |
| Hex | 47 | 7B | 9C | 36 | 15 | 0 | 27 | CB | 25 | 2D |
| Octal | 107 | 173 | 234 | 66 | 25 | 0 | 47 | 313 | 45 | 55 |
| Binary | 1000111 | 1111011 | 10011100 | 110110 | 10101 | 0 | 100111 | 11001011 | 100101 | 101101 |
Color Harmonies of #477B9C
Complementary color
Monochromatic Colors of #477B9C
Black with #477B9C
Text Example
Text Example
White with #477B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B9C; }
p { color: rgb(71,123,156); }
H1.HeaderClassName
{
color: #477B9C;
}
.AnyTagClassName
{
color: #477B9C;
}
</style>
background-color css
<style>
a { background-color: #477B9C; }
a { background-color: rgb(71,123,156); }
div.DivClassName
{
background-color: #477B9C;
}
.BgClassName
{
background-color: #477B9C;
}
</style>
border-color css
<style>
span { border-color: #477B9C; }
span { border-color: rgb(71,123,156); }
td.TdClassName
{
border-color: #477B9C;
}
.TagClassName
{
border-color: #477B9C;
}
</style>