Shades of Jelly Bean #45778B
Tints of Jelly Bean #45778B
RGB
CMYK
RGB Variations
Color information
#45778B (or 0x45778B) is known color: Jelly Bean. HEX triplet: 45, 77 and 8B. RGB value is (69,119,139). Sum of RGB (Red+Green+Blue) = 69+119+139=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #45778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45778B is #BA8874. Grayscale: #6A6A6A. Windows color (decimal): -12224629 or 9140037. OLE color: 9140037.
HSL color Cylindrical-coordinate representation of color #45778B: hue angle of 197.14º 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 #45778B is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 119 | 139 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.45 |
| HSL | 197.14º | 0.34% | 0.41% | - |
| HSV(B) | 197.14º | 0.5% | 0.55% | - |
| XYZ | 13.71 | 16.32 | 26.85 | - |
| YUV | 106.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 139 | 0.50 | 0.14 | 0 | 0.45 | 197.14 | 0.34 | 0.41 |
| Hex | 45 | 77 | 8B | 32 | E | 0 | 2D | C5 | 22 | 29 |
| Octal | 105 | 167 | 213 | 62 | 16 | 0 | 55 | 305 | 42 | 51 |
| Binary | 1000101 | 1110111 | 10001011 | 110010 | 1110 | 0 | 101101 | 11000101 | 100010 | 101001 |
Color Harmonies of #45778B
Complementary color
Monochromatic Colors of #45778B
Black with #45778B
Text Example
Text Example
White with #45778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45778B; }
p { color: rgb(69,119,139); }
H1.HeaderClassName
{
color: #45778B;
}
.AnyTagClassName
{
color: #45778B;
}
</style>
background-color css
<style>
a { background-color: #45778B; }
a { background-color: rgb(69,119,139); }
div.DivClassName
{
background-color: #45778B;
}
.BgClassName
{
background-color: #45778B;
}
</style>
border-color css
<style>
span { border-color: #45778B; }
span { border-color: rgb(69,119,139); }
td.TdClassName
{
border-color: #45778B;
}
.TagClassName
{
border-color: #45778B;
}
</style>