Shades of Jelly Bean #467B8A
Tints of Jelly Bean #467B8A
RGB
CMYK
RGB Variations
Color information
#467B8A (or 0x467B8A) is known color: Jelly Bean. HEX triplet: 46, 7B and 8A. RGB value is (70,123,138). Sum of RGB (Red+Green+Blue) = 70+123+138=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #467B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B8A is #B98475. Grayscale: #6C6C6C. Windows color (decimal): -12158070 or 9075526. OLE color: 9075526.
HSL color Cylindrical-coordinate representation of color #467B8A: hue angle of 193.24º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467B8A is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 123 | 138 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.46 |
| HSL | 193.24º | 0.33% | 0.41% | - |
| HSV(B) | 193.24º | 0.49% | 0.54% | - |
| XYZ | 14.2 | 17.3 | 26.64 | - |
| YUV | 108.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 138 | 0.49 | 0.11 | 0 | 0.46 | 193.24 | 0.33 | 0.41 |
| Hex | 46 | 7B | 8A | 31 | B | 0 | 2E | C1 | 21 | 29 |
| Octal | 106 | 173 | 212 | 61 | 13 | 0 | 56 | 301 | 41 | 51 |
| Binary | 1000110 | 1111011 | 10001010 | 110001 | 1011 | 0 | 101110 | 11000001 | 100001 | 101001 |
Color Harmonies of #467B8A
Complementary color
Monochromatic Colors of #467B8A
Black with #467B8A
Text Example
Text Example
White with #467B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B8A; }
p { color: rgb(70,123,138); }
H1.HeaderClassName
{
color: #467B8A;
}
.AnyTagClassName
{
color: #467B8A;
}
</style>
background-color css
<style>
a { background-color: #467B8A; }
a { background-color: rgb(70,123,138); }
div.DivClassName
{
background-color: #467B8A;
}
.BgClassName
{
background-color: #467B8A;
}
</style>
border-color css
<style>
span { border-color: #467B8A; }
span { border-color: rgb(70,123,138); }
td.TdClassName
{
border-color: #467B8A;
}
.TagClassName
{
border-color: #467B8A;
}
</style>