Shades of Jelly Bean #41758B
Tints of Jelly Bean #41758B
RGB
CMYK
RGB Variations
Color information
#41758B (or 0x41758B) is known color: Jelly Bean. HEX triplet: 41, 75 and 8B. RGB value is (65,117,139). Sum of RGB (Red+Green+Blue) = 65+117+139=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #41758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41758B is #BE8A74. Grayscale: #676767. Windows color (decimal): -12487285 or 9139521. OLE color: 9139521.
HSL color Cylindrical-coordinate representation of color #41758B: hue angle of 197.84º 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 #41758B is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 117 | 139 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.45 |
| HSL | 197.84º | 0.36% | 0.4% | - |
| HSV(B) | 197.84º | 0.53% | 0.55% | - |
| XYZ | 13.2 | 15.71 | 26.76 | - |
| YUV | 103.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 139 | 0.53 | 0.16 | 0 | 0.45 | 197.84 | 0.36 | 0.4 |
| Hex | 41 | 75 | 8B | 35 | 10 | 0 | 2D | C6 | 24 | 28 |
| Octal | 101 | 165 | 213 | 65 | 20 | 0 | 55 | 306 | 44 | 50 |
| Binary | 1000001 | 1110101 | 10001011 | 110101 | 10000 | 0 | 101101 | 11000110 | 100100 | 101000 |
Color Harmonies of #41758B
Complementary color
Monochromatic Colors of #41758B
Black with #41758B
Text Example
Text Example
White with #41758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41758B; }
p { color: rgb(65,117,139); }
H1.HeaderClassName
{
color: #41758B;
}
.AnyTagClassName
{
color: #41758B;
}
</style>
background-color css
<style>
a { background-color: #41758B; }
a { background-color: rgb(65,117,139); }
div.DivClassName
{
background-color: #41758B;
}
.BgClassName
{
background-color: #41758B;
}
</style>
border-color css
<style>
span { border-color: #41758B; }
span { border-color: rgb(65,117,139); }
td.TdClassName
{
border-color: #41758B;
}
.TagClassName
{
border-color: #41758B;
}
</style>