Shades of Jelly Bean #467887
Tints of Jelly Bean #467887
RGB
CMYK
RGB Variations
Color information
#467887 (or 0x467887) is known color: Jelly Bean. HEX triplet: 46, 78 and 87. RGB value is (70,120,135). Sum of RGB (Red+Green+Blue) = 70+120+135=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #467887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467887 is #B98778. Grayscale: #6A6A6A. Windows color (decimal): -12158841 or 8878150. OLE color: 8878150.
HSL color Cylindrical-coordinate representation of color #467887: hue angle of 193.85º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #467887 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 120 | 135 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.47 |
| HSL | 193.85º | 0.32% | 0.4% | - |
| HSV(B) | 193.85º | 0.48% | 0.53% | - |
| XYZ | 13.62 | 16.48 | 25.39 | - |
| YUV | 106.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 135 | 0.48 | 0.11 | 0 | 0.47 | 193.85 | 0.32 | 0.4 |
| Hex | 46 | 78 | 87 | 30 | B | 0 | 2F | C2 | 20 | 28 |
| Octal | 106 | 170 | 207 | 60 | 13 | 0 | 57 | 302 | 40 | 50 |
| Binary | 1000110 | 1111000 | 10000111 | 110000 | 1011 | 0 | 101111 | 11000010 | 100000 | 101000 |
Color Harmonies of #467887
Complementary color
Monochromatic Colors of #467887
Black with #467887
Text Example
Text Example
White with #467887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467887; }
p { color: rgb(70,120,135); }
H1.HeaderClassName
{
color: #467887;
}
.AnyTagClassName
{
color: #467887;
}
</style>
background-color css
<style>
a { background-color: #467887; }
a { background-color: rgb(70,120,135); }
div.DivClassName
{
background-color: #467887;
}
.BgClassName
{
background-color: #467887;
}
</style>
border-color css
<style>
span { border-color: #467887; }
span { border-color: rgb(70,120,135); }
td.TdClassName
{
border-color: #467887;
}
.TagClassName
{
border-color: #467887;
}
</style>