Shades of Jelly Bean #477999
Tints of Jelly Bean #477999
RGB
CMYK
RGB Variations
Color information
#477999 (or 0x477999) is known color: Jelly Bean. HEX triplet: 47, 79 and 99. RGB value is (71,121,153). Sum of RGB (Red+Green+Blue) = 71+121+153=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #477999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477999 is #B88666. Grayscale: #6D6D6D. Windows color (decimal): -12093031 or 10058055. OLE color: 10058055.
HSL color Cylindrical-coordinate representation of color #477999: hue angle of 203.41º 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 #477999 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 121 | 153 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.4 |
| HSL | 203.41º | 0.37% | 0.44% | - |
| HSV(B) | 203.41º | 0.54% | 0.6% | - |
| XYZ | 15.19 | 17.31 | 32.68 | - |
| YUV | 109.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 153 | 0.54 | 0.21 | 0 | 0.4 | 203.41 | 0.37 | 0.44 |
| Hex | 47 | 79 | 99 | 36 | 15 | 0 | 28 | CB | 25 | 2C |
| Octal | 107 | 171 | 231 | 66 | 25 | 0 | 50 | 313 | 45 | 54 |
| Binary | 1000111 | 1111001 | 10011001 | 110110 | 10101 | 0 | 101000 | 11001011 | 100101 | 101100 |
Color Harmonies of #477999
Complementary color
Monochromatic Colors of #477999
Black with #477999
Text Example
Text Example
White with #477999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477999; }
p { color: rgb(71,121,153); }
H1.HeaderClassName
{
color: #477999;
}
.AnyTagClassName
{
color: #477999;
}
</style>
background-color css
<style>
a { background-color: #477999; }
a { background-color: rgb(71,121,153); }
div.DivClassName
{
background-color: #477999;
}
.BgClassName
{
background-color: #477999;
}
</style>
border-color css
<style>
span { border-color: #477999; }
span { border-color: rgb(71,121,153); }
td.TdClassName
{
border-color: #477999;
}
.TagClassName
{
border-color: #477999;
}
</style>