Shades of Jelly Bean #477599
Tints of Jelly Bean #477599
RGB
CMYK
RGB Variations
Color information
#477599 (or 0x477599) is known color: Jelly Bean. HEX triplet: 47, 75 and 99. RGB value is (71,117,153). Sum of RGB (Red+Green+Blue) = 71+117+153=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #477599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477599 is #B88A66. Grayscale: #6B6B6B. Windows color (decimal): -12094055 or 10057031. OLE color: 10057031.
HSL color Cylindrical-coordinate representation of color #477599: hue angle of 206.34º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477599 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 117 | 153 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.4 |
| HSL | 206.34º | 0.37% | 0.44% | - |
| HSV(B) | 206.34º | 0.54% | 0.6% | - |
| XYZ | 14.71 | 16.36 | 32.52 | - |
| YUV | 107.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 153 | 0.54 | 0.24 | 0 | 0.4 | 206.34 | 0.37 | 0.44 |
| Hex | 47 | 75 | 99 | 36 | 18 | 0 | 28 | CE | 25 | 2C |
| Octal | 107 | 165 | 231 | 66 | 30 | 0 | 50 | 316 | 45 | 54 |
| Binary | 1000111 | 1110101 | 10011001 | 110110 | 11000 | 0 | 101000 | 11001110 | 100101 | 101100 |
Color Harmonies of #477599
Complementary color
Monochromatic Colors of #477599
Black with #477599
Text Example
Text Example
White with #477599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477599; }
p { color: rgb(71,117,153); }
H1.HeaderClassName
{
color: #477599;
}
.AnyTagClassName
{
color: #477599;
}
</style>
background-color css
<style>
a { background-color: #477599; }
a { background-color: rgb(71,117,153); }
div.DivClassName
{
background-color: #477599;
}
.BgClassName
{
background-color: #477599;
}
</style>
border-color css
<style>
span { border-color: #477599; }
span { border-color: rgb(71,117,153); }
td.TdClassName
{
border-color: #477599;
}
.TagClassName
{
border-color: #477599;
}
</style>