Shades of Jelly Bean #45788D
Tints of Jelly Bean #45788D
RGB
CMYK
RGB Variations
Color information
#45788D (or 0x45788D) is known color: Jelly Bean. HEX triplet: 45, 78 and 8D. RGB value is (69,120,141). Sum of RGB (Red+Green+Blue) = 69+120+141=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #45788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45788D is #BA8772. Grayscale: #6B6B6B. Windows color (decimal): -12224371 or 9271365. OLE color: 9271365.
HSL color Cylindrical-coordinate representation of color #45788D: hue angle of 197.5º 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 #45788D is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 120 | 141 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.45 |
| HSL | 197.5º | 0.34% | 0.41% | - |
| HSV(B) | 197.5º | 0.51% | 0.55% | - |
| XYZ | 13.98 | 16.62 | 27.67 | - |
| YUV | 107.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 141 | 0.51 | 0.15 | 0 | 0.45 | 197.5 | 0.34 | 0.41 |
| Hex | 45 | 78 | 8D | 33 | F | 0 | 2D | C6 | 22 | 29 |
| Octal | 105 | 170 | 215 | 63 | 17 | 0 | 55 | 306 | 42 | 51 |
| Binary | 1000101 | 1111000 | 10001101 | 110011 | 1111 | 0 | 101101 | 11000110 | 100010 | 101001 |
Color Harmonies of #45788D
Complementary color
Monochromatic Colors of #45788D
Black with #45788D
Text Example
Text Example
White with #45788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45788D; }
p { color: rgb(69,120,141); }
H1.HeaderClassName
{
color: #45788D;
}
.AnyTagClassName
{
color: #45788D;
}
</style>
background-color css
<style>
a { background-color: #45788D; }
a { background-color: rgb(69,120,141); }
div.DivClassName
{
background-color: #45788D;
}
.BgClassName
{
background-color: #45788D;
}
</style>
border-color css
<style>
span { border-color: #45788D; }
span { border-color: rgb(69,120,141); }
td.TdClassName
{
border-color: #45788D;
}
.TagClassName
{
border-color: #45788D;
}
</style>