Shades of Jelly Bean #477C9D
Tints of Jelly Bean #477C9D
RGB
CMYK
RGB Variations
Color information
#477C9D (or 0x477C9D) is known color: Jelly Bean. HEX triplet: 47, 7C and 9D. RGB value is (71,124,157). Sum of RGB (Red+Green+Blue) = 71+124+157=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #477C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477C9D is #B88362. Grayscale: #6F6F6F. Windows color (decimal): -12092259 or 10320967. OLE color: 10320967.
HSL color Cylindrical-coordinate representation of color #477C9D: hue angle of 203.02º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477C9D is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 124 | 157 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.38 |
| HSL | 203.02º | 0.38% | 0.45% | - |
| HSV(B) | 203.02º | 0.55% | 0.62% | - |
| XYZ | 15.89 | 18.19 | 34.57 | - |
| YUV | 111.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 157 | 0.55 | 0.21 | 0 | 0.38 | 203.02 | 0.38 | 0.45 |
| Hex | 47 | 7C | 9D | 37 | 15 | 0 | 26 | CB | 26 | 2D |
| Octal | 107 | 174 | 235 | 67 | 25 | 0 | 46 | 313 | 46 | 55 |
| Binary | 1000111 | 1111100 | 10011101 | 110111 | 10101 | 0 | 100110 | 11001011 | 100110 | 101101 |
Color Harmonies of #477C9D
Complementary color
Monochromatic Colors of #477C9D
Black with #477C9D
Text Example
Text Example
White with #477C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C9D; }
p { color: rgb(71,124,157); }
H1.HeaderClassName
{
color: #477C9D;
}
.AnyTagClassName
{
color: #477C9D;
}
</style>
background-color css
<style>
a { background-color: #477C9D; }
a { background-color: rgb(71,124,157); }
div.DivClassName
{
background-color: #477C9D;
}
.BgClassName
{
background-color: #477C9D;
}
</style>
border-color css
<style>
span { border-color: #477C9D; }
span { border-color: rgb(71,124,157); }
td.TdClassName
{
border-color: #477C9D;
}
.TagClassName
{
border-color: #477C9D;
}
</style>