Shades of Jelly Bean #467B8D
Tints of Jelly Bean #467B8D
RGB
CMYK
RGB Variations
Color information
#467B8D (or 0x467B8D) is known color: Jelly Bean. HEX triplet: 46, 7B and 8D. RGB value is (70,123,141). Sum of RGB (Red+Green+Blue) = 70+123+141=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #467B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B8D is #B98472. Grayscale: #6D6D6D. Windows color (decimal): -12158067 or 9272134. OLE color: 9272134.
HSL color Cylindrical-coordinate representation of color #467B8D: hue angle of 195.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467B8D is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 123 | 141 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.45 |
| HSL | 195.21º | 0.34% | 0.41% | - |
| HSV(B) | 195.21º | 0.5% | 0.55% | - |
| XYZ | 14.42 | 17.39 | 27.8 | - |
| YUV | 109.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 141 | 0.50 | 0.13 | 0 | 0.45 | 195.21 | 0.34 | 0.41 |
| Hex | 46 | 7B | 8D | 32 | D | 0 | 2D | C3 | 22 | 29 |
| Octal | 106 | 173 | 215 | 62 | 15 | 0 | 55 | 303 | 42 | 51 |
| Binary | 1000110 | 1111011 | 10001101 | 110010 | 1101 | 0 | 101101 | 11000011 | 100010 | 101001 |
Color Harmonies of #467B8D
Complementary color
Monochromatic Colors of #467B8D
Black with #467B8D
Text Example
Text Example
White with #467B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B8D; }
p { color: rgb(70,123,141); }
H1.HeaderClassName
{
color: #467B8D;
}
.AnyTagClassName
{
color: #467B8D;
}
</style>
background-color css
<style>
a { background-color: #467B8D; }
a { background-color: rgb(70,123,141); }
div.DivClassName
{
background-color: #467B8D;
}
.BgClassName
{
background-color: #467B8D;
}
</style>
border-color css
<style>
span { border-color: #467B8D; }
span { border-color: rgb(70,123,141); }
td.TdClassName
{
border-color: #467B8D;
}
.TagClassName
{
border-color: #467B8D;
}
</style>