Shades of Jelly Bean #468093
Tints of Jelly Bean #468093
RGB
CMYK
RGB Variations
Color information
#468093 (or 0x468093) is known color: Jelly Bean. HEX triplet: 46, 80 and 93. RGB value is (70,128,147). Sum of RGB (Red+Green+Blue) = 70+128+147=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #468093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468093 is #B97F6C. Grayscale: #707070. Windows color (decimal): -12156781 or 9666630. OLE color: 9666630.
HSL color Cylindrical-coordinate representation of color #468093: hue angle of 194.81º 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 #468093 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 128 | 147 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.42 |
| HSL | 194.81º | 0.35% | 0.43% | - |
| HSV(B) | 194.81º | 0.52% | 0.58% | - |
| XYZ | 15.51 | 18.85 | 30.42 | - |
| YUV | 112.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 147 | 0.52 | 0.13 | 0 | 0.42 | 194.81 | 0.35 | 0.43 |
| Hex | 46 | 80 | 93 | 34 | D | 0 | 2A | C3 | 23 | 2B |
| Octal | 106 | 200 | 223 | 64 | 15 | 0 | 52 | 303 | 43 | 53 |
| Binary | 1000110 | 10000000 | 10010011 | 110100 | 1101 | 0 | 101010 | 11000011 | 100011 | 101011 |
Color Harmonies of #468093
Complementary color
Monochromatic Colors of #468093
Black with #468093
Text Example
Text Example
White with #468093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468093; }
p { color: rgb(70,128,147); }
H1.HeaderClassName
{
color: #468093;
}
.AnyTagClassName
{
color: #468093;
}
</style>
background-color css
<style>
a { background-color: #468093; }
a { background-color: rgb(70,128,147); }
div.DivClassName
{
background-color: #468093;
}
.BgClassName
{
background-color: #468093;
}
</style>
border-color css
<style>
span { border-color: #468093; }
span { border-color: rgb(70,128,147); }
td.TdClassName
{
border-color: #468093;
}
.TagClassName
{
border-color: #468093;
}
</style>