Shades of Jelly Bean #41768F
Tints of Jelly Bean #41768F
RGB
CMYK
RGB Variations
Color information
#41768F (or 0x41768F) is known color: Jelly Bean. HEX triplet: 41, 76 and 8F. RGB value is (65,118,143). Sum of RGB (Red+Green+Blue) = 65+118+143=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #41768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41768F is #BE8970. Grayscale: #686868. Windows color (decimal): -12487025 or 9401921. OLE color: 9401921.
HSL color Cylindrical-coordinate representation of color #41768F: hue angle of 199.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41768F is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 118 | 143 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.44 |
| HSL | 199.23º | 0.38% | 0.41% | - |
| HSV(B) | 199.23º | 0.55% | 0.56% | - |
| XYZ | 13.62 | 16.06 | 28.37 | - |
| YUV | 105 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 143 | 0.55 | 0.17 | 0 | 0.44 | 199.23 | 0.38 | 0.41 |
| Hex | 41 | 76 | 8F | 37 | 11 | 0 | 2C | C7 | 26 | 29 |
| Octal | 101 | 166 | 217 | 67 | 21 | 0 | 54 | 307 | 46 | 51 |
| Binary | 1000001 | 1110110 | 10001111 | 110111 | 10001 | 0 | 101100 | 11000111 | 100110 | 101001 |
Color Harmonies of #41768F
Complementary color
Monochromatic Colors of #41768F
Black with #41768F
Text Example
Text Example
White with #41768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41768F; }
p { color: rgb(65,118,143); }
H1.HeaderClassName
{
color: #41768F;
}
.AnyTagClassName
{
color: #41768F;
}
</style>
background-color css
<style>
a { background-color: #41768F; }
a { background-color: rgb(65,118,143); }
div.DivClassName
{
background-color: #41768F;
}
.BgClassName
{
background-color: #41768F;
}
</style>
border-color css
<style>
span { border-color: #41768F; }
span { border-color: rgb(65,118,143); }
td.TdClassName
{
border-color: #41768F;
}
.TagClassName
{
border-color: #41768F;
}
</style>