Shades of Jelly Bean #467388
Tints of Jelly Bean #467388
RGB
CMYK
RGB Variations
Color information
#467388 (or 0x467388) is known color: Jelly Bean. HEX triplet: 46, 73 and 88. RGB value is (70,115,136). Sum of RGB (Red+Green+Blue) = 70+115+136=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #467388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467388 is #B98C77. Grayscale: #676767. Windows color (decimal): -12160120 or 8942406. OLE color: 8942406.
HSL color Cylindrical-coordinate representation of color #467388: hue angle of 199.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467388 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 115 | 136 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.47 |
| HSL | 199.09º | 0.32% | 0.4% | - |
| HSV(B) | 199.09º | 0.49% | 0.53% | - |
| XYZ | 13.1 | 15.34 | 25.56 | - |
| YUV | 103.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 136 | 0.49 | 0.15 | 0 | 0.47 | 199.09 | 0.32 | 0.4 |
| Hex | 46 | 73 | 88 | 31 | F | 0 | 2F | C7 | 20 | 28 |
| Octal | 106 | 163 | 210 | 61 | 17 | 0 | 57 | 307 | 40 | 50 |
| Binary | 1000110 | 1110011 | 10001000 | 110001 | 1111 | 0 | 101111 | 11000111 | 100000 | 101000 |
Color Harmonies of #467388
Complementary color
Monochromatic Colors of #467388
Black with #467388
Text Example
Text Example
White with #467388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467388; }
p { color: rgb(70,115,136); }
H1.HeaderClassName
{
color: #467388;
}
.AnyTagClassName
{
color: #467388;
}
</style>
background-color css
<style>
a { background-color: #467388; }
a { background-color: rgb(70,115,136); }
div.DivClassName
{
background-color: #467388;
}
.BgClassName
{
background-color: #467388;
}
</style>
border-color css
<style>
span { border-color: #467388; }
span { border-color: rgb(70,115,136); }
td.TdClassName
{
border-color: #467388;
}
.TagClassName
{
border-color: #467388;
}
</style>