Shades of Jelly Bean #41768A
Tints of Jelly Bean #41768A
RGB
CMYK
RGB Variations
Color information
#41768A (or 0x41768A) is known color: Jelly Bean. HEX triplet: 41, 76 and 8A. RGB value is (65,118,138). Sum of RGB (Red+Green+Blue) = 65+118+138=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #41768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41768A is #BE8975. Grayscale: #686868. Windows color (decimal): -12487030 or 9074241. OLE color: 9074241.
HSL color Cylindrical-coordinate representation of color #41768A: hue angle of 196.44º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41768A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 118 | 138 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.46 |
| HSL | 196.44º | 0.36% | 0.4% | - |
| HSV(B) | 196.44º | 0.53% | 0.54% | - |
| XYZ | 13.25 | 15.92 | 26.42 | - |
| YUV | 104.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 138 | 0.53 | 0.14 | 0 | 0.46 | 196.44 | 0.36 | 0.4 |
| Hex | 41 | 76 | 8A | 35 | E | 0 | 2E | C4 | 24 | 28 |
| Octal | 101 | 166 | 212 | 65 | 16 | 0 | 56 | 304 | 44 | 50 |
| Binary | 1000001 | 1110110 | 10001010 | 110101 | 1110 | 0 | 101110 | 11000100 | 100100 | 101000 |
Color Harmonies of #41768A
Complementary color
Monochromatic Colors of #41768A
Black with #41768A
Text Example
Text Example
White with #41768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41768A; }
p { color: rgb(65,118,138); }
H1.HeaderClassName
{
color: #41768A;
}
.AnyTagClassName
{
color: #41768A;
}
</style>
background-color css
<style>
a { background-color: #41768A; }
a { background-color: rgb(65,118,138); }
div.DivClassName
{
background-color: #41768A;
}
.BgClassName
{
background-color: #41768A;
}
</style>
border-color css
<style>
span { border-color: #41768A; }
span { border-color: rgb(65,118,138); }
td.TdClassName
{
border-color: #41768A;
}
.TagClassName
{
border-color: #41768A;
}
</style>