Shades of Jelly Bean #477A9D
Tints of Jelly Bean #477A9D
RGB
CMYK
RGB Variations
Color information
#477A9D (or 0x477A9D) is known color: Jelly Bean. HEX triplet: 47, 7A and 9D. RGB value is (71,122,157). Sum of RGB (Red+Green+Blue) = 71+122+157=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #477A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A9D is #B88562. Grayscale: #6E6E6E. Windows color (decimal): -12092771 or 10320455. OLE color: 10320455.
HSL color Cylindrical-coordinate representation of color #477A9D: hue angle of 204.42º 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 #477A9D is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 122 | 157 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.38 |
| HSL | 204.42º | 0.38% | 0.45% | - |
| HSV(B) | 204.42º | 0.55% | 0.62% | - |
| XYZ | 15.64 | 17.69 | 34.49 | - |
| YUV | 110.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 157 | 0.55 | 0.22 | 0 | 0.38 | 204.42 | 0.38 | 0.45 |
| Hex | 47 | 7A | 9D | 37 | 16 | 0 | 26 | CC | 26 | 2D |
| Octal | 107 | 172 | 235 | 67 | 26 | 0 | 46 | 314 | 46 | 55 |
| Binary | 1000111 | 1111010 | 10011101 | 110111 | 10110 | 0 | 100110 | 11001100 | 100110 | 101101 |
Color Harmonies of #477A9D
Complementary color
Monochromatic Colors of #477A9D
Black with #477A9D
Text Example
Text Example
White with #477A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A9D; }
p { color: rgb(71,122,157); }
H1.HeaderClassName
{
color: #477A9D;
}
.AnyTagClassName
{
color: #477A9D;
}
</style>
background-color css
<style>
a { background-color: #477A9D; }
a { background-color: rgb(71,122,157); }
div.DivClassName
{
background-color: #477A9D;
}
.BgClassName
{
background-color: #477A9D;
}
</style>
border-color css
<style>
span { border-color: #477A9D; }
span { border-color: rgb(71,122,157); }
td.TdClassName
{
border-color: #477A9D;
}
.TagClassName
{
border-color: #477A9D;
}
</style>