Shades of Jelly Bean #41768B
Tints of Jelly Bean #41768B
RGB
CMYK
RGB Variations
Color information
#41768B (or 0x41768B) is known color: Jelly Bean. HEX triplet: 41, 76 and 8B. RGB value is (65,118,139). Sum of RGB (Red+Green+Blue) = 65+118+139=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #41768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41768B is #BE8974. Grayscale: #686868. Windows color (decimal): -12487029 or 9139777. OLE color: 9139777.
HSL color Cylindrical-coordinate representation of color #41768B: hue angle of 197.03º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41768B is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 118 | 139 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.45 |
| HSL | 197.03º | 0.36% | 0.4% | - |
| HSV(B) | 197.03º | 0.53% | 0.55% | - |
| XYZ | 13.32 | 15.94 | 26.8 | - |
| YUV | 104.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 139 | 0.53 | 0.15 | 0 | 0.45 | 197.03 | 0.36 | 0.4 |
| Hex | 41 | 76 | 8B | 35 | F | 0 | 2D | C5 | 24 | 28 |
| Octal | 101 | 166 | 213 | 65 | 17 | 0 | 55 | 305 | 44 | 50 |
| Binary | 1000001 | 1110110 | 10001011 | 110101 | 1111 | 0 | 101101 | 11000101 | 100100 | 101000 |
Color Harmonies of #41768B
Complementary color
Monochromatic Colors of #41768B
Black with #41768B
Text Example
Text Example
White with #41768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41768B; }
p { color: rgb(65,118,139); }
H1.HeaderClassName
{
color: #41768B;
}
.AnyTagClassName
{
color: #41768B;
}
</style>
background-color css
<style>
a { background-color: #41768B; }
a { background-color: rgb(65,118,139); }
div.DivClassName
{
background-color: #41768B;
}
.BgClassName
{
background-color: #41768B;
}
</style>
border-color css
<style>
span { border-color: #41768B; }
span { border-color: rgb(65,118,139); }
td.TdClassName
{
border-color: #41768B;
}
.TagClassName
{
border-color: #41768B;
}
</style>