Shades of Jelly Bean #467693
Tints of Jelly Bean #467693
RGB
CMYK
RGB Variations
Color information
#467693 (or 0x467693) is known color: Jelly Bean. HEX triplet: 46, 76 and 93. RGB value is (70,118,147). Sum of RGB (Red+Green+Blue) = 70+118+147=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #467693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467693 is #B9896C. Grayscale: #6A6A6A. Windows color (decimal): -12159341 or 9664070. OLE color: 9664070.
HSL color Cylindrical-coordinate representation of color #467693: hue angle of 202.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467693 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 118 | 147 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.42 |
| HSL | 202.6º | 0.35% | 0.43% | - |
| HSV(B) | 202.6º | 0.52% | 0.58% | - |
| XYZ | 14.27 | 16.37 | 30.01 | - |
| YUV | 106.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 147 | 0.52 | 0.20 | 0 | 0.42 | 202.6 | 0.35 | 0.43 |
| Hex | 46 | 76 | 93 | 34 | 14 | 0 | 2A | CB | 23 | 2B |
| Octal | 106 | 166 | 223 | 64 | 24 | 0 | 52 | 313 | 43 | 53 |
| Binary | 1000110 | 1110110 | 10010011 | 110100 | 10100 | 0 | 101010 | 11001011 | 100011 | 101011 |
Color Harmonies of #467693
Complementary color
Monochromatic Colors of #467693
Black with #467693
Text Example
Text Example
White with #467693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467693; }
p { color: rgb(70,118,147); }
H1.HeaderClassName
{
color: #467693;
}
.AnyTagClassName
{
color: #467693;
}
</style>
background-color css
<style>
a { background-color: #467693; }
a { background-color: rgb(70,118,147); }
div.DivClassName
{
background-color: #467693;
}
.BgClassName
{
background-color: #467693;
}
</style>
border-color css
<style>
span { border-color: #467693; }
span { border-color: rgb(70,118,147); }
td.TdClassName
{
border-color: #467693;
}
.TagClassName
{
border-color: #467693;
}
</style>