Shades of Jelly Bean #467C9D
Tints of Jelly Bean #467C9D
RGB
CMYK
RGB Variations
Color information
#467C9D (or 0x467C9D) is known color: Jelly Bean. HEX triplet: 46, 7C and 9D. RGB value is (70,124,157). Sum of RGB (Red+Green+Blue) = 70+124+157=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #467C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C9D is #B98362. Grayscale: #6F6F6F. Windows color (decimal): -12157795 or 10320966. OLE color: 10320966.
HSL color Cylindrical-coordinate representation of color #467C9D: hue angle of 202.76º 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 #467C9D is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 124 | 157 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.38 |
| HSL | 202.76º | 0.38% | 0.45% | - |
| HSV(B) | 202.76º | 0.55% | 0.62% | - |
| XYZ | 15.82 | 18.15 | 34.57 | - |
| YUV | 111.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 157 | 0.55 | 0.21 | 0 | 0.38 | 202.76 | 0.38 | 0.45 |
| Hex | 46 | 7C | 9D | 37 | 15 | 0 | 26 | CB | 26 | 2D |
| Octal | 106 | 174 | 235 | 67 | 25 | 0 | 46 | 313 | 46 | 55 |
| Binary | 1000110 | 1111100 | 10011101 | 110111 | 10101 | 0 | 100110 | 11001011 | 100110 | 101101 |
Color Harmonies of #467C9D
Complementary color
Monochromatic Colors of #467C9D
Black with #467C9D
Text Example
Text Example
White with #467C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C9D; }
p { color: rgb(70,124,157); }
H1.HeaderClassName
{
color: #467C9D;
}
.AnyTagClassName
{
color: #467C9D;
}
</style>
background-color css
<style>
a { background-color: #467C9D; }
a { background-color: rgb(70,124,157); }
div.DivClassName
{
background-color: #467C9D;
}
.BgClassName
{
background-color: #467C9D;
}
</style>
border-color css
<style>
span { border-color: #467C9D; }
span { border-color: rgb(70,124,157); }
td.TdClassName
{
border-color: #467C9D;
}
.TagClassName
{
border-color: #467C9D;
}
</style>