Shades of Jelly Bean #45798D
Tints of Jelly Bean #45798D
RGB
CMYK
RGB Variations
Color information
#45798D (or 0x45798D) is known color: Jelly Bean. HEX triplet: 45, 79 and 8D. RGB value is (69,121,141). Sum of RGB (Red+Green+Blue) = 69+121+141=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #45798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45798D is #BA8672. Grayscale: #6B6B6B. Windows color (decimal): -12224115 or 9271621. OLE color: 9271621.
HSL color Cylindrical-coordinate representation of color #45798D: hue angle of 196.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45798D is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 121 | 141 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.45 |
| HSL | 196.67º | 0.34% | 0.41% | - |
| HSV(B) | 196.67º | 0.51% | 0.55% | - |
| XYZ | 14.1 | 16.86 | 27.71 | - |
| YUV | 107.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 141 | 0.51 | 0.14 | 0 | 0.45 | 196.67 | 0.34 | 0.41 |
| Hex | 45 | 79 | 8D | 33 | E | 0 | 2D | C5 | 22 | 29 |
| Octal | 105 | 171 | 215 | 63 | 16 | 0 | 55 | 305 | 42 | 51 |
| Binary | 1000101 | 1111001 | 10001101 | 110011 | 1110 | 0 | 101101 | 11000101 | 100010 | 101001 |
Color Harmonies of #45798D
Complementary color
Monochromatic Colors of #45798D
Black with #45798D
Text Example
Text Example
White with #45798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45798D; }
p { color: rgb(69,121,141); }
H1.HeaderClassName
{
color: #45798D;
}
.AnyTagClassName
{
color: #45798D;
}
</style>
background-color css
<style>
a { background-color: #45798D; }
a { background-color: rgb(69,121,141); }
div.DivClassName
{
background-color: #45798D;
}
.BgClassName
{
background-color: #45798D;
}
</style>
border-color css
<style>
span { border-color: #45798D; }
span { border-color: rgb(69,121,141); }
td.TdClassName
{
border-color: #45798D;
}
.TagClassName
{
border-color: #45798D;
}
</style>