Shades of Jelly Bean #467A9A
Tints of Jelly Bean #467A9A
RGB
CMYK
RGB Variations
Color information
#467A9A (or 0x467A9A) is known color: Jelly Bean. HEX triplet: 46, 7A and 9A. RGB value is (70,122,154). Sum of RGB (Red+Green+Blue) = 70+122+154=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #467A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A9A is #B98565. Grayscale: #6D6D6D. Windows color (decimal): -12158310 or 10123846. OLE color: 10123846.
HSL color Cylindrical-coordinate representation of color #467A9A: hue angle of 202.86º 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 #467A9A is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 122 | 154 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.40 |
| HSL | 202.86º | 0.38% | 0.44% | - |
| HSV(B) | 202.86º | 0.55% | 0.6% | - |
| XYZ | 15.32 | 17.55 | 33.15 | - |
| YUV | 110.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 154 | 0.55 | 0.21 | 0 | 0.40 | 202.86 | 0.38 | 0.44 |
| Hex | 46 | 7A | 9A | 37 | 15 | 0 | 28 | CB | 26 | 2C |
| Octal | 106 | 172 | 232 | 67 | 25 | 0 | 50 | 313 | 46 | 54 |
| Binary | 1000110 | 1111010 | 10011010 | 110111 | 10101 | 0 | 101000 | 11001011 | 100110 | 101100 |
Color Harmonies of #467A9A
Complementary color
Monochromatic Colors of #467A9A
Black with #467A9A
Text Example
Text Example
White with #467A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A9A; }
p { color: rgb(70,122,154); }
H1.HeaderClassName
{
color: #467A9A;
}
.AnyTagClassName
{
color: #467A9A;
}
</style>
background-color css
<style>
a { background-color: #467A9A; }
a { background-color: rgb(70,122,154); }
div.DivClassName
{
background-color: #467A9A;
}
.BgClassName
{
background-color: #467A9A;
}
</style>
border-color css
<style>
span { border-color: #467A9A; }
span { border-color: rgb(70,122,154); }
td.TdClassName
{
border-color: #467A9A;
}
.TagClassName
{
border-color: #467A9A;
}
</style>