Shades of Jelly Bean #467788
Tints of Jelly Bean #467788
RGB
CMYK
RGB Variations
Color information
#467788 (or 0x467788) is known color: Jelly Bean. HEX triplet: 46, 77 and 88. RGB value is (70,119,136). Sum of RGB (Red+Green+Blue) = 70+119+136=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #467788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467788 is #B98877. Grayscale: #6A6A6A. Windows color (decimal): -12159096 or 8943430. OLE color: 8943430.
HSL color Cylindrical-coordinate representation of color #467788: hue angle of 195.45º 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 #467788 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 119 | 136 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.47 |
| HSL | 195.45º | 0.32% | 0.4% | - |
| HSV(B) | 195.45º | 0.49% | 0.53% | - |
| XYZ | 13.57 | 16.27 | 25.72 | - |
| YUV | 106.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 136 | 0.49 | 0.12 | 0 | 0.47 | 195.45 | 0.32 | 0.4 |
| Hex | 46 | 77 | 88 | 31 | C | 0 | 2F | C3 | 20 | 28 |
| Octal | 106 | 167 | 210 | 61 | 14 | 0 | 57 | 303 | 40 | 50 |
| Binary | 1000110 | 1110111 | 10001000 | 110001 | 1100 | 0 | 101111 | 11000011 | 100000 | 101000 |
Color Harmonies of #467788
Complementary color
Monochromatic Colors of #467788
Black with #467788
Text Example
Text Example
White with #467788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467788; }
p { color: rgb(70,119,136); }
H1.HeaderClassName
{
color: #467788;
}
.AnyTagClassName
{
color: #467788;
}
</style>
background-color css
<style>
a { background-color: #467788; }
a { background-color: rgb(70,119,136); }
div.DivClassName
{
background-color: #467788;
}
.BgClassName
{
background-color: #467788;
}
</style>
border-color css
<style>
span { border-color: #467788; }
span { border-color: rgb(70,119,136); }
td.TdClassName
{
border-color: #467788;
}
.TagClassName
{
border-color: #467788;
}
</style>