Shades of Jelly Bean #467888
Tints of Jelly Bean #467888
RGB
CMYK
RGB Variations
Color information
#467888 (or 0x467888) is known color: Jelly Bean. HEX triplet: 46, 78 and 88. RGB value is (70,120,136). Sum of RGB (Red+Green+Blue) = 70+120+136=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #467888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467888 is #B98777. Grayscale: #6A6A6A. Windows color (decimal): -12158840 or 8943686. OLE color: 8943686.
HSL color Cylindrical-coordinate representation of color #467888: hue angle of 194.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467888 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 120 | 136 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.47 |
| HSL | 194.55º | 0.32% | 0.4% | - |
| HSV(B) | 194.55º | 0.49% | 0.53% | - |
| XYZ | 13.69 | 16.51 | 25.76 | - |
| YUV | 106.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 136 | 0.49 | 0.12 | 0 | 0.47 | 194.55 | 0.32 | 0.4 |
| Hex | 46 | 78 | 88 | 31 | C | 0 | 2F | C3 | 20 | 28 |
| Octal | 106 | 170 | 210 | 61 | 14 | 0 | 57 | 303 | 40 | 50 |
| Binary | 1000110 | 1111000 | 10001000 | 110001 | 1100 | 0 | 101111 | 11000011 | 100000 | 101000 |
Color Harmonies of #467888
Complementary color
Monochromatic Colors of #467888
Black with #467888
Text Example
Text Example
White with #467888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467888; }
p { color: rgb(70,120,136); }
H1.HeaderClassName
{
color: #467888;
}
.AnyTagClassName
{
color: #467888;
}
</style>
background-color css
<style>
a { background-color: #467888; }
a { background-color: rgb(70,120,136); }
div.DivClassName
{
background-color: #467888;
}
.BgClassName
{
background-color: #467888;
}
</style>
border-color css
<style>
span { border-color: #467888; }
span { border-color: rgb(70,120,136); }
td.TdClassName
{
border-color: #467888;
}
.TagClassName
{
border-color: #467888;
}
</style>