Shades of Jelly Bean #467B90
Tints of Jelly Bean #467B90
RGB
CMYK
RGB Variations
Color information
#467B90 (or 0x467B90) is known color: Jelly Bean. HEX triplet: 46, 7B and 90. RGB value is (70,123,144). Sum of RGB (Red+Green+Blue) = 70+123+144=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #467B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B90 is #B9846F. Grayscale: #6D6D6D. Windows color (decimal): -12158064 or 9468742. OLE color: 9468742.
HSL color Cylindrical-coordinate representation of color #467B90: hue angle of 197.03º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467B90 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 123 | 144 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.44 |
| HSL | 197.03º | 0.35% | 0.42% | - |
| HSV(B) | 197.03º | 0.51% | 0.56% | - |
| XYZ | 14.64 | 17.48 | 28.99 | - |
| YUV | 109.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 144 | 0.51 | 0.15 | 0 | 0.44 | 197.03 | 0.35 | 0.42 |
| Hex | 46 | 7B | 90 | 33 | F | 0 | 2C | C5 | 23 | 2A |
| Octal | 106 | 173 | 220 | 63 | 17 | 0 | 54 | 305 | 43 | 52 |
| Binary | 1000110 | 1111011 | 10010000 | 110011 | 1111 | 0 | 101100 | 11000101 | 100011 | 101010 |
Color Harmonies of #467B90
Complementary color
Monochromatic Colors of #467B90
Black with #467B90
Text Example
Text Example
White with #467B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B90; }
p { color: rgb(70,123,144); }
H1.HeaderClassName
{
color: #467B90;
}
.AnyTagClassName
{
color: #467B90;
}
</style>
background-color css
<style>
a { background-color: #467B90; }
a { background-color: rgb(70,123,144); }
div.DivClassName
{
background-color: #467B90;
}
.BgClassName
{
background-color: #467B90;
}
</style>
border-color css
<style>
span { border-color: #467B90; }
span { border-color: rgb(70,123,144); }
td.TdClassName
{
border-color: #467B90;
}
.TagClassName
{
border-color: #467B90;
}
</style>