Shades of Jelly Bean #467B9B
Tints of Jelly Bean #467B9B
RGB
CMYK
RGB Variations
Color information
#467B9B (or 0x467B9B) is known color: Jelly Bean. HEX triplet: 46, 7B and 9B. RGB value is (70,123,155). Sum of RGB (Red+Green+Blue) = 70+123+155=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #467B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B9B is #B98464. Grayscale: #6E6E6E. Windows color (decimal): -12158053 or 10189638. OLE color: 10189638.
HSL color Cylindrical-coordinate representation of color #467B9B: hue angle of 202.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467B9B is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 123 | 155 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.39 |
| HSL | 202.59º | 0.38% | 0.44% | - |
| HSV(B) | 202.59º | 0.55% | 0.61% | - |
| XYZ | 15.53 | 17.83 | 33.63 | - |
| YUV | 110.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 155 | 0.55 | 0.21 | 0 | 0.39 | 202.59 | 0.38 | 0.44 |
| Hex | 46 | 7B | 9B | 37 | 15 | 0 | 27 | CB | 26 | 2C |
| Octal | 106 | 173 | 233 | 67 | 25 | 0 | 47 | 313 | 46 | 54 |
| Binary | 1000110 | 1111011 | 10011011 | 110111 | 10101 | 0 | 100111 | 11001011 | 100110 | 101100 |
Color Harmonies of #467B9B
Complementary color
Monochromatic Colors of #467B9B
Black with #467B9B
Text Example
Text Example
White with #467B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B9B; }
p { color: rgb(70,123,155); }
H1.HeaderClassName
{
color: #467B9B;
}
.AnyTagClassName
{
color: #467B9B;
}
</style>
background-color css
<style>
a { background-color: #467B9B; }
a { background-color: rgb(70,123,155); }
div.DivClassName
{
background-color: #467B9B;
}
.BgClassName
{
background-color: #467B9B;
}
</style>
border-color css
<style>
span { border-color: #467B9B; }
span { border-color: rgb(70,123,155); }
td.TdClassName
{
border-color: #467B9B;
}
.TagClassName
{
border-color: #467B9B;
}
</style>