Shades of Jelly Bean #41788C
Tints of Jelly Bean #41788C
RGB
CMYK
RGB Variations
Color information
#41788C (or 0x41788C) is known color: Jelly Bean. HEX triplet: 41, 78 and 8C. RGB value is (65,120,140). Sum of RGB (Red+Green+Blue) = 65+120+140=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #41788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41788C is #BE8773. Grayscale: #696969. Windows color (decimal): -12486516 or 9205825. OLE color: 9205825.
HSL color Cylindrical-coordinate representation of color #41788C: hue angle of 196º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41788C is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 120 | 140 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.45 |
| HSL | 196º | 0.37% | 0.4% | - |
| HSV(B) | 196º | 0.54% | 0.55% | - |
| XYZ | 13.63 | 16.45 | 27.27 | - |
| YUV | 105.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 140 | 0.54 | 0.14 | 0 | 0.45 | 196 | 0.37 | 0.4 |
| Hex | 41 | 78 | 8C | 36 | E | 0 | 2D | C4 | 25 | 28 |
| Octal | 101 | 170 | 214 | 66 | 16 | 0 | 55 | 304 | 45 | 50 |
| Binary | 1000001 | 1111000 | 10001100 | 110110 | 1110 | 0 | 101101 | 11000100 | 100101 | 101000 |
Color Harmonies of #41788C
Complementary color
Monochromatic Colors of #41788C
Black with #41788C
Text Example
Text Example
White with #41788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41788C; }
p { color: rgb(65,120,140); }
H1.HeaderClassName
{
color: #41788C;
}
.AnyTagClassName
{
color: #41788C;
}
</style>
background-color css
<style>
a { background-color: #41788C; }
a { background-color: rgb(65,120,140); }
div.DivClassName
{
background-color: #41788C;
}
.BgClassName
{
background-color: #41788C;
}
</style>
border-color css
<style>
span { border-color: #41788C; }
span { border-color: rgb(65,120,140); }
td.TdClassName
{
border-color: #41788C;
}
.TagClassName
{
border-color: #41788C;
}
</style>