Shades of Jelly Bean #477989
Tints of Jelly Bean #477989
RGB
CMYK
RGB Variations
Color information
#477989 (or 0x477989) is known color: Jelly Bean. HEX triplet: 47, 79 and 89. RGB value is (71,121,137). Sum of RGB (Red+Green+Blue) = 71+121+137=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #477989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477989 is #B88676. Grayscale: #6B6B6B. Windows color (decimal): -12093047 or 9009479. OLE color: 9009479.
HSL color Cylindrical-coordinate representation of color #477989: hue angle of 194.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #477989 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 121 | 137 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.46 |
| HSL | 194.55º | 0.32% | 0.41% | - |
| HSV(B) | 194.55º | 0.48% | 0.54% | - |
| XYZ | 13.95 | 16.82 | 26.18 | - |
| YUV | 107.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 137 | 0.48 | 0.12 | 0 | 0.46 | 194.55 | 0.32 | 0.41 |
| Hex | 47 | 79 | 89 | 30 | C | 0 | 2E | C3 | 20 | 29 |
| Octal | 107 | 171 | 211 | 60 | 14 | 0 | 56 | 303 | 40 | 51 |
| Binary | 1000111 | 1111001 | 10001001 | 110000 | 1100 | 0 | 101110 | 11000011 | 100000 | 101001 |
Color Harmonies of #477989
Complementary color
Monochromatic Colors of #477989
Black with #477989
Text Example
Text Example
White with #477989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477989; }
p { color: rgb(71,121,137); }
H1.HeaderClassName
{
color: #477989;
}
.AnyTagClassName
{
color: #477989;
}
</style>
background-color css
<style>
a { background-color: #477989; }
a { background-color: rgb(71,121,137); }
div.DivClassName
{
background-color: #477989;
}
.BgClassName
{
background-color: #477989;
}
</style>
border-color css
<style>
span { border-color: #477989; }
span { border-color: rgb(71,121,137); }
td.TdClassName
{
border-color: #477989;
}
.TagClassName
{
border-color: #477989;
}
</style>