Shades of Jelly Bean #477694
Tints of Jelly Bean #477694
RGB
CMYK
RGB Variations
Color information
#477694 (or 0x477694) is known color: Jelly Bean. HEX triplet: 47, 76 and 94. RGB value is (71,118,148). Sum of RGB (Red+Green+Blue) = 71+118+148=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #477694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477694 is #B8896B. Grayscale: #6B6B6B. Windows color (decimal): -12093804 or 9729607. OLE color: 9729607.
HSL color Cylindrical-coordinate representation of color #477694: hue angle of 203.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 #477694 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 118 | 148 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.42 |
| HSL | 203.38º | 0.35% | 0.43% | - |
| HSV(B) | 203.38º | 0.52% | 0.58% | - |
| XYZ | 14.42 | 16.43 | 30.43 | - |
| YUV | 107.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 148 | 0.52 | 0.20 | 0 | 0.42 | 203.38 | 0.35 | 0.43 |
| Hex | 47 | 76 | 94 | 34 | 14 | 0 | 2A | CB | 23 | 2B |
| Octal | 107 | 166 | 224 | 64 | 24 | 0 | 52 | 313 | 43 | 53 |
| Binary | 1000111 | 1110110 | 10010100 | 110100 | 10100 | 0 | 101010 | 11001011 | 100011 | 101011 |
Color Harmonies of #477694
Complementary color
Monochromatic Colors of #477694
Black with #477694
Text Example
Text Example
White with #477694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477694; }
p { color: rgb(71,118,148); }
H1.HeaderClassName
{
color: #477694;
}
.AnyTagClassName
{
color: #477694;
}
</style>
background-color css
<style>
a { background-color: #477694; }
a { background-color: rgb(71,118,148); }
div.DivClassName
{
background-color: #477694;
}
.BgClassName
{
background-color: #477694;
}
</style>
border-color css
<style>
span { border-color: #477694; }
span { border-color: rgb(71,118,148); }
td.TdClassName
{
border-color: #477694;
}
.TagClassName
{
border-color: #477694;
}
</style>