Shades of Jelly Bean #467B9A
Tints of Jelly Bean #467B9A
RGB
CMYK
RGB Variations
Color information
#467B9A (or 0x467B9A) is known color: Jelly Bean. HEX triplet: 46, 7B and 9A. RGB value is (70,123,154). Sum of RGB (Red+Green+Blue) = 70+123+154=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #467B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B9A is #B98465. Grayscale: #6E6E6E. Windows color (decimal): -12158054 or 10124102. OLE color: 10124102.
HSL color Cylindrical-coordinate representation of color #467B9A: hue angle of 202.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467B9A is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 123 | 154 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.40 |
| HSL | 202.14º | 0.38% | 0.44% | - |
| HSV(B) | 202.14º | 0.55% | 0.6% | - |
| XYZ | 15.44 | 17.8 | 33.19 | - |
| YUV | 110.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 154 | 0.55 | 0.20 | 0 | 0.40 | 202.14 | 0.38 | 0.44 |
| Hex | 46 | 7B | 9A | 37 | 14 | 0 | 28 | CA | 26 | 2C |
| Octal | 106 | 173 | 232 | 67 | 24 | 0 | 50 | 312 | 46 | 54 |
| Binary | 1000110 | 1111011 | 10011010 | 110111 | 10100 | 0 | 101000 | 11001010 | 100110 | 101100 |
Color Harmonies of #467B9A
Complementary color
Monochromatic Colors of #467B9A
Black with #467B9A
Text Example
Text Example
White with #467B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B9A; }
p { color: rgb(70,123,154); }
H1.HeaderClassName
{
color: #467B9A;
}
.AnyTagClassName
{
color: #467B9A;
}
</style>
background-color css
<style>
a { background-color: #467B9A; }
a { background-color: rgb(70,123,154); }
div.DivClassName
{
background-color: #467B9A;
}
.BgClassName
{
background-color: #467B9A;
}
</style>
border-color css
<style>
span { border-color: #467B9A; }
span { border-color: rgb(70,123,154); }
td.TdClassName
{
border-color: #467B9A;
}
.TagClassName
{
border-color: #467B9A;
}
</style>