Shades of Jelly Bean #41778E
Tints of Jelly Bean #41778E
RGB
CMYK
RGB Variations
Color information
#41778E (or 0x41778E) is known color: Jelly Bean. HEX triplet: 41, 77 and 8E. RGB value is (65,119,142). Sum of RGB (Red+Green+Blue) = 65+119+142=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #41778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41778E is #BE8871. Grayscale: #696969. Windows color (decimal): -12486770 or 9336641. OLE color: 9336641.
HSL color Cylindrical-coordinate representation of color #41778E: hue angle of 197.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41778E is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 119 | 142 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.44 |
| HSL | 197.92º | 0.37% | 0.41% | - |
| HSV(B) | 197.92º | 0.54% | 0.56% | - |
| XYZ | 13.66 | 16.27 | 28.01 | - |
| YUV | 105.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 142 | 0.54 | 0.16 | 0 | 0.44 | 197.92 | 0.37 | 0.41 |
| Hex | 41 | 77 | 8E | 36 | 10 | 0 | 2C | C6 | 25 | 29 |
| Octal | 101 | 167 | 216 | 66 | 20 | 0 | 54 | 306 | 45 | 51 |
| Binary | 1000001 | 1110111 | 10001110 | 110110 | 10000 | 0 | 101100 | 11000110 | 100101 | 101001 |
Color Harmonies of #41778E
Complementary color
Monochromatic Colors of #41778E
Black with #41778E
Text Example
Text Example
White with #41778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41778E; }
p { color: rgb(65,119,142); }
H1.HeaderClassName
{
color: #41778E;
}
.AnyTagClassName
{
color: #41778E;
}
</style>
background-color css
<style>
a { background-color: #41778E; }
a { background-color: rgb(65,119,142); }
div.DivClassName
{
background-color: #41778E;
}
.BgClassName
{
background-color: #41778E;
}
</style>
border-color css
<style>
span { border-color: #41778E; }
span { border-color: rgb(65,119,142); }
td.TdClassName
{
border-color: #41778E;
}
.TagClassName
{
border-color: #41778E;
}
</style>