Shades of Jelly Bean #40758F
Tints of Jelly Bean #40758F
RGB
CMYK
RGB Variations
Color information
#40758F (or 0x40758F) is known color: Jelly Bean. HEX triplet: 40, 75 and 8F. RGB value is (64,117,143). Sum of RGB (Red+Green+Blue) = 64+117+143=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #40758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40758F is #BF8A70. Grayscale: #676767. Windows color (decimal): -12552817 or 9401664. OLE color: 9401664.
HSL color Cylindrical-coordinate representation of color #40758F: hue angle of 199.75º 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 #40758F is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 117 | 143 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.44 |
| HSL | 199.75º | 0.38% | 0.41% | - |
| HSV(B) | 199.75º | 0.55% | 0.56% | - |
| XYZ | 13.43 | 15.8 | 28.33 | - |
| YUV | 104.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 143 | 0.55 | 0.18 | 0 | 0.44 | 199.75 | 0.38 | 0.41 |
| Hex | 40 | 75 | 8F | 37 | 12 | 0 | 2C | C8 | 26 | 29 |
| Octal | 100 | 165 | 217 | 67 | 22 | 0 | 54 | 310 | 46 | 51 |
| Binary | 1000000 | 1110101 | 10001111 | 110111 | 10010 | 0 | 101100 | 11001000 | 100110 | 101001 |
Color Harmonies of #40758F
Complementary color
Monochromatic Colors of #40758F
Black with #40758F
Text Example
Text Example
White with #40758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40758F; }
p { color: rgb(64,117,143); }
H1.HeaderClassName
{
color: #40758F;
}
.AnyTagClassName
{
color: #40758F;
}
</style>
background-color css
<style>
a { background-color: #40758F; }
a { background-color: rgb(64,117,143); }
div.DivClassName
{
background-color: #40758F;
}
.BgClassName
{
background-color: #40758F;
}
</style>
border-color css
<style>
span { border-color: #40758F; }
span { border-color: rgb(64,117,143); }
td.TdClassName
{
border-color: #40758F;
}
.TagClassName
{
border-color: #40758F;
}
</style>