Shades of Jelly Bean #45768B
Tints of Jelly Bean #45768B
RGB
CMYK
RGB Variations
Color information
#45768B (or 0x45768B) is known color: Jelly Bean. HEX triplet: 45, 76 and 8B. RGB value is (69,118,139). Sum of RGB (Red+Green+Blue) = 69+118+139=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #45768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45768B is #BA8974. Grayscale: #696969. Windows color (decimal): -12224885 or 9139781. OLE color: 9139781.
HSL color Cylindrical-coordinate representation of color #45768B: hue angle of 198º 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 #45768B is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 118 | 139 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.45 |
| HSL | 198º | 0.34% | 0.41% | - |
| HSV(B) | 198º | 0.5% | 0.55% | - |
| XYZ | 13.59 | 16.09 | 26.81 | - |
| YUV | 105.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 139 | 0.50 | 0.15 | 0 | 0.45 | 198 | 0.34 | 0.41 |
| Hex | 45 | 76 | 8B | 32 | F | 0 | 2D | C6 | 22 | 29 |
| Octal | 105 | 166 | 213 | 62 | 17 | 0 | 55 | 306 | 42 | 51 |
| Binary | 1000101 | 1110110 | 10001011 | 110010 | 1111 | 0 | 101101 | 11000110 | 100010 | 101001 |
Color Harmonies of #45768B
Complementary color
Monochromatic Colors of #45768B
Black with #45768B
Text Example
Text Example
White with #45768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45768B; }
p { color: rgb(69,118,139); }
H1.HeaderClassName
{
color: #45768B;
}
.AnyTagClassName
{
color: #45768B;
}
</style>
background-color css
<style>
a { background-color: #45768B; }
a { background-color: rgb(69,118,139); }
div.DivClassName
{
background-color: #45768B;
}
.BgClassName
{
background-color: #45768B;
}
</style>
border-color css
<style>
span { border-color: #45768B; }
span { border-color: rgb(69,118,139); }
td.TdClassName
{
border-color: #45768B;
}
.TagClassName
{
border-color: #45768B;
}
</style>