Shades of Jelly Bean #407F90
Tints of Jelly Bean #407F90
RGB
CMYK
RGB Variations
Color information
#407F90 (or 0x407F90) is known color: Jelly Bean. HEX triplet: 40, 7F and 90. RGB value is (64,127,144). Sum of RGB (Red+Green+Blue) = 64+127+144=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #407F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F90 is #BF806F. Grayscale: #6D6D6D. Windows color (decimal): -12550256 or 9469760. OLE color: 9469760.
HSL color Cylindrical-coordinate representation of color #407F90: hue angle of 192.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407F90 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 127 | 144 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.44 |
| HSL | 192.75º | 0.38% | 0.41% | - |
| HSV(B) | 192.75º | 0.56% | 0.56% | - |
| XYZ | 14.74 | 18.28 | 29.14 | - |
| YUV | 110.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 144 | 0.56 | 0.12 | 0 | 0.44 | 192.75 | 0.38 | 0.41 |
| Hex | 40 | 7F | 90 | 38 | C | 0 | 2C | C1 | 26 | 29 |
| Octal | 100 | 177 | 220 | 70 | 14 | 0 | 54 | 301 | 46 | 51 |
| Binary | 1000000 | 1111111 | 10010000 | 111000 | 1100 | 0 | 101100 | 11000001 | 100110 | 101001 |
Color Harmonies of #407F90
Complementary color
Monochromatic Colors of #407F90
Black with #407F90
Text Example
Text Example
White with #407F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F90; }
p { color: rgb(64,127,144); }
H1.HeaderClassName
{
color: #407F90;
}
.AnyTagClassName
{
color: #407F90;
}
</style>
background-color css
<style>
a { background-color: #407F90; }
a { background-color: rgb(64,127,144); }
div.DivClassName
{
background-color: #407F90;
}
.BgClassName
{
background-color: #407F90;
}
</style>
border-color css
<style>
span { border-color: #407F90; }
span { border-color: rgb(64,127,144); }
td.TdClassName
{
border-color: #407F90;
}
.TagClassName
{
border-color: #407F90;
}
</style>