Shades of Jelly Bean #477B8D
Tints of Jelly Bean #477B8D
RGB
CMYK
RGB Variations
Color information
#477B8D (or 0x477B8D) is known color: Jelly Bean. HEX triplet: 47, 7B and 8D. RGB value is (71,123,141). Sum of RGB (Red+Green+Blue) = 71+123+141=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #477B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B8D is #B88472. Grayscale: #6D6D6D. Windows color (decimal): -12092531 or 9272135. OLE color: 9272135.
HSL color Cylindrical-coordinate representation of color #477B8D: hue angle of 195.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #477B8D is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 123 | 141 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.45 |
| HSL | 195.43º | 0.33% | 0.42% | - |
| HSV(B) | 195.43º | 0.5% | 0.55% | - |
| XYZ | 14.49 | 17.43 | 27.8 | - |
| YUV | 109.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 141 | 0.50 | 0.13 | 0 | 0.45 | 195.43 | 0.33 | 0.42 |
| Hex | 47 | 7B | 8D | 32 | D | 0 | 2D | C3 | 21 | 2A |
| Octal | 107 | 173 | 215 | 62 | 15 | 0 | 55 | 303 | 41 | 52 |
| Binary | 1000111 | 1111011 | 10001101 | 110010 | 1101 | 0 | 101101 | 11000011 | 100001 | 101010 |
Color Harmonies of #477B8D
Complementary color
Monochromatic Colors of #477B8D
Black with #477B8D
Text Example
Text Example
White with #477B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B8D; }
p { color: rgb(71,123,141); }
H1.HeaderClassName
{
color: #477B8D;
}
.AnyTagClassName
{
color: #477B8D;
}
</style>
background-color css
<style>
a { background-color: #477B8D; }
a { background-color: rgb(71,123,141); }
div.DivClassName
{
background-color: #477B8D;
}
.BgClassName
{
background-color: #477B8D;
}
</style>
border-color css
<style>
span { border-color: #477B8D; }
span { border-color: rgb(71,123,141); }
td.TdClassName
{
border-color: #477B8D;
}
.TagClassName
{
border-color: #477B8D;
}
</style>