Shades of Jelly Bean #45798C
Tints of Jelly Bean #45798C
RGB
CMYK
RGB Variations
Color information
#45798C (or 0x45798C) is known color: Jelly Bean. HEX triplet: 45, 79 and 8C. RGB value is (69,121,140). Sum of RGB (Red+Green+Blue) = 69+121+140=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #45798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45798C is #BA8673. Grayscale: #6B6B6B. Windows color (decimal): -12224116 or 9206085. OLE color: 9206085.
HSL color Cylindrical-coordinate representation of color #45798C: hue angle of 196.06º 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 #45798C is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 121 | 140 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.45 |
| HSL | 196.06º | 0.34% | 0.41% | - |
| HSV(B) | 196.06º | 0.51% | 0.55% | - |
| XYZ | 14.03 | 16.83 | 27.32 | - |
| YUV | 107.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 140 | 0.51 | 0.14 | 0 | 0.45 | 196.06 | 0.34 | 0.41 |
| Hex | 45 | 79 | 8C | 33 | E | 0 | 2D | C4 | 22 | 29 |
| Octal | 105 | 171 | 214 | 63 | 16 | 0 | 55 | 304 | 42 | 51 |
| Binary | 1000101 | 1111001 | 10001100 | 110011 | 1110 | 0 | 101101 | 11000100 | 100010 | 101001 |
Color Harmonies of #45798C
Complementary color
Monochromatic Colors of #45798C
Black with #45798C
Text Example
Text Example
White with #45798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45798C; }
p { color: rgb(69,121,140); }
H1.HeaderClassName
{
color: #45798C;
}
.AnyTagClassName
{
color: #45798C;
}
</style>
background-color css
<style>
a { background-color: #45798C; }
a { background-color: rgb(69,121,140); }
div.DivClassName
{
background-color: #45798C;
}
.BgClassName
{
background-color: #45798C;
}
</style>
border-color css
<style>
span { border-color: #45798C; }
span { border-color: rgb(69,121,140); }
td.TdClassName
{
border-color: #45798C;
}
.TagClassName
{
border-color: #45798C;
}
</style>