Shades of Jelly Bean #477A9F
Tints of Jelly Bean #477A9F
RGB
CMYK
RGB Variations
Color information
#477A9F (or 0x477A9F) is known color: Jelly Bean. HEX triplet: 47, 7A and 9F. RGB value is (71,122,159). Sum of RGB (Red+Green+Blue) = 71+122+159=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #477A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A9F is #B88560. Grayscale: #6E6E6E. Windows color (decimal): -12092769 or 10451527. OLE color: 10451527.
HSL color Cylindrical-coordinate representation of color #477A9F: hue angle of 205.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477A9F is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 122 | 159 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.38 |
| HSL | 205.23º | 0.38% | 0.45% | - |
| HSV(B) | 205.23º | 0.55% | 0.62% | - |
| XYZ | 15.82 | 17.76 | 35.4 | - |
| YUV | 110.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 159 | 0.55 | 0.23 | 0 | 0.38 | 205.23 | 0.38 | 0.45 |
| Hex | 47 | 7A | 9F | 37 | 17 | 0 | 26 | CD | 26 | 2D |
| Octal | 107 | 172 | 237 | 67 | 27 | 0 | 46 | 315 | 46 | 55 |
| Binary | 1000111 | 1111010 | 10011111 | 110111 | 10111 | 0 | 100110 | 11001101 | 100110 | 101101 |
Color Harmonies of #477A9F
Complementary color
Monochromatic Colors of #477A9F
Black with #477A9F
Text Example
Text Example
White with #477A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A9F; }
p { color: rgb(71,122,159); }
H1.HeaderClassName
{
color: #477A9F;
}
.AnyTagClassName
{
color: #477A9F;
}
</style>
background-color css
<style>
a { background-color: #477A9F; }
a { background-color: rgb(71,122,159); }
div.DivClassName
{
background-color: #477A9F;
}
.BgClassName
{
background-color: #477A9F;
}
</style>
border-color css
<style>
span { border-color: #477A9F; }
span { border-color: rgb(71,122,159); }
td.TdClassName
{
border-color: #477A9F;
}
.TagClassName
{
border-color: #477A9F;
}
</style>