Shades of Jelly Bean #467B9D
Tints of Jelly Bean #467B9D
RGB
CMYK
RGB Variations
Color information
#467B9D (or 0x467B9D) is known color: Jelly Bean. HEX triplet: 46, 7B and 9D. RGB value is (70,123,157). Sum of RGB (Red+Green+Blue) = 70+123+157=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #467B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B9D is #B98462. Grayscale: #6E6E6E. Windows color (decimal): -12158051 or 10320710. OLE color: 10320710.
HSL color Cylindrical-coordinate representation of color #467B9D: hue angle of 203.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467B9D is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 123 | 157 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.38 |
| HSL | 203.45º | 0.38% | 0.45% | - |
| HSV(B) | 203.45º | 0.55% | 0.62% | - |
| XYZ | 15.69 | 17.9 | 34.53 | - |
| YUV | 111.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 157 | 0.55 | 0.22 | 0 | 0.38 | 203.45 | 0.38 | 0.45 |
| Hex | 46 | 7B | 9D | 37 | 16 | 0 | 26 | CB | 26 | 2D |
| Octal | 106 | 173 | 235 | 67 | 26 | 0 | 46 | 313 | 46 | 55 |
| Binary | 1000110 | 1111011 | 10011101 | 110111 | 10110 | 0 | 100110 | 11001011 | 100110 | 101101 |
Color Harmonies of #467B9D
Complementary color
Monochromatic Colors of #467B9D
Black with #467B9D
Text Example
Text Example
White with #467B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B9D; }
p { color: rgb(70,123,157); }
H1.HeaderClassName
{
color: #467B9D;
}
.AnyTagClassName
{
color: #467B9D;
}
</style>
background-color css
<style>
a { background-color: #467B9D; }
a { background-color: rgb(70,123,157); }
div.DivClassName
{
background-color: #467B9D;
}
.BgClassName
{
background-color: #467B9D;
}
</style>
border-color css
<style>
span { border-color: #467B9D; }
span { border-color: rgb(70,123,157); }
td.TdClassName
{
border-color: #467B9D;
}
.TagClassName
{
border-color: #467B9D;
}
</style>