Shades of Jelly Bean #46769B
Tints of Jelly Bean #46769B
RGB
CMYK
RGB Variations
Color information
#46769B (or 0x46769B) is known color: Jelly Bean. HEX triplet: 46, 76 and 9B. RGB value is (70,118,155). Sum of RGB (Red+Green+Blue) = 70+118+155=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #46769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46769B is #B98964. Grayscale: #6B6B6B. Windows color (decimal): -12159333 or 10188358. OLE color: 10188358.
HSL color Cylindrical-coordinate representation of color #46769B: hue angle of 206.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46769B is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 118 | 155 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.39 |
| HSL | 206.12º | 0.38% | 0.44% | - |
| HSV(B) | 206.12º | 0.55% | 0.61% | - |
| XYZ | 14.92 | 16.63 | 33.43 | - |
| YUV | 107.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 155 | 0.55 | 0.24 | 0 | 0.39 | 206.12 | 0.38 | 0.44 |
| Hex | 46 | 76 | 9B | 37 | 18 | 0 | 27 | CE | 26 | 2C |
| Octal | 106 | 166 | 233 | 67 | 30 | 0 | 47 | 316 | 46 | 54 |
| Binary | 1000110 | 1110110 | 10011011 | 110111 | 11000 | 0 | 100111 | 11001110 | 100110 | 101100 |
Color Harmonies of #46769B
Complementary color
Monochromatic Colors of #46769B
Black with #46769B
Text Example
Text Example
White with #46769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46769B; }
p { color: rgb(70,118,155); }
H1.HeaderClassName
{
color: #46769B;
}
.AnyTagClassName
{
color: #46769B;
}
</style>
background-color css
<style>
a { background-color: #46769B; }
a { background-color: rgb(70,118,155); }
div.DivClassName
{
background-color: #46769B;
}
.BgClassName
{
background-color: #46769B;
}
</style>
border-color css
<style>
span { border-color: #46769B; }
span { border-color: rgb(70,118,155); }
td.TdClassName
{
border-color: #46769B;
}
.TagClassName
{
border-color: #46769B;
}
</style>