Shades of Jelly Bean #467B96
Tints of Jelly Bean #467B96
RGB
CMYK
RGB Variations
Color information
#467B96 (or 0x467B96) is known color: Jelly Bean. HEX triplet: 46, 7B and 96. RGB value is (70,123,150). Sum of RGB (Red+Green+Blue) = 70+123+150=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #467B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B96 is #B98469. Grayscale: #6E6E6E. Windows color (decimal): -12158058 or 9861958. OLE color: 9861958.
HSL color Cylindrical-coordinate representation of color #467B96: hue angle of 200.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467B96 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 123 | 150 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.41 |
| HSL | 200.25º | 0.36% | 0.43% | - |
| HSV(B) | 200.25º | 0.53% | 0.59% | - |
| XYZ | 15.11 | 17.67 | 31.47 | - |
| YUV | 110.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 150 | 0.53 | 0.18 | 0 | 0.41 | 200.25 | 0.36 | 0.43 |
| Hex | 46 | 7B | 96 | 35 | 12 | 0 | 29 | C8 | 24 | 2B |
| Octal | 106 | 173 | 226 | 65 | 22 | 0 | 51 | 310 | 44 | 53 |
| Binary | 1000110 | 1111011 | 10010110 | 110101 | 10010 | 0 | 101001 | 11001000 | 100100 | 101011 |
Color Harmonies of #467B96
Complementary color
Monochromatic Colors of #467B96
Black with #467B96
Text Example
Text Example
White with #467B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B96; }
p { color: rgb(70,123,150); }
H1.HeaderClassName
{
color: #467B96;
}
.AnyTagClassName
{
color: #467B96;
}
</style>
background-color css
<style>
a { background-color: #467B96; }
a { background-color: rgb(70,123,150); }
div.DivClassName
{
background-color: #467B96;
}
.BgClassName
{
background-color: #467B96;
}
</style>
border-color css
<style>
span { border-color: #467B96; }
span { border-color: rgb(70,123,150); }
td.TdClassName
{
border-color: #467B96;
}
.TagClassName
{
border-color: #467B96;
}
</style>