Shades of Jelly Bean #477495
Tints of Jelly Bean #477495
RGB
CMYK
RGB Variations
Color information
#477495 (or 0x477495) is known color: Jelly Bean. HEX triplet: 47, 74 and 95. RGB value is (71,116,149). Sum of RGB (Red+Green+Blue) = 71+116+149=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #477495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477495 is #B88B6A. Grayscale: #6A6A6A. Windows color (decimal): -12094315 or 9794631. OLE color: 9794631.
HSL color Cylindrical-coordinate representation of color #477495: hue angle of 205.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477495 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 116 | 149 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.42 |
| HSL | 205.38º | 0.35% | 0.43% | - |
| HSV(B) | 205.38º | 0.52% | 0.58% | - |
| XYZ | 14.27 | 16 | 30.77 | - |
| YUV | 106.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 149 | 0.52 | 0.22 | 0 | 0.42 | 205.38 | 0.35 | 0.43 |
| Hex | 47 | 74 | 95 | 34 | 16 | 0 | 2A | CD | 23 | 2B |
| Octal | 107 | 164 | 225 | 64 | 26 | 0 | 52 | 315 | 43 | 53 |
| Binary | 1000111 | 1110100 | 10010101 | 110100 | 10110 | 0 | 101010 | 11001101 | 100011 | 101011 |
Color Harmonies of #477495
Complementary color
Monochromatic Colors of #477495
Black with #477495
Text Example
Text Example
White with #477495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477495; }
p { color: rgb(71,116,149); }
H1.HeaderClassName
{
color: #477495;
}
.AnyTagClassName
{
color: #477495;
}
</style>
background-color css
<style>
a { background-color: #477495; }
a { background-color: rgb(71,116,149); }
div.DivClassName
{
background-color: #477495;
}
.BgClassName
{
background-color: #477495;
}
</style>
border-color css
<style>
span { border-color: #477495; }
span { border-color: rgb(71,116,149); }
td.TdClassName
{
border-color: #477495;
}
.TagClassName
{
border-color: #477495;
}
</style>