Shades of Jelly Bean #407D93
Tints of Jelly Bean #407D93
RGB
CMYK
RGB Variations
Color information
#407D93 (or 0x407D93) is known color: Jelly Bean. HEX triplet: 40, 7D and 93. RGB value is (64,125,147). Sum of RGB (Red+Green+Blue) = 64+125+147=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #407D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407D93 is #BF826C. Grayscale: #6D6D6D. Windows color (decimal): -12550765 or 9665856. OLE color: 9665856.
HSL color Cylindrical-coordinate representation of color #407D93: hue angle of 195.9º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407D93 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 125 | 147 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.42 |
| HSL | 195.9º | 0.39% | 0.41% | - |
| HSV(B) | 195.9º | 0.56% | 0.58% | - |
| XYZ | 14.71 | 17.86 | 30.28 | - |
| YUV | 109.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 147 | 0.56 | 0.15 | 0 | 0.42 | 195.9 | 0.39 | 0.41 |
| Hex | 40 | 7D | 93 | 38 | F | 0 | 2A | C4 | 27 | 29 |
| Octal | 100 | 175 | 223 | 70 | 17 | 0 | 52 | 304 | 47 | 51 |
| Binary | 1000000 | 1111101 | 10010011 | 111000 | 1111 | 0 | 101010 | 11000100 | 100111 | 101001 |
Color Harmonies of #407D93
Complementary color
Monochromatic Colors of #407D93
Black with #407D93
Text Example
Text Example
White with #407D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D93; }
p { color: rgb(64,125,147); }
H1.HeaderClassName
{
color: #407D93;
}
.AnyTagClassName
{
color: #407D93;
}
</style>
background-color css
<style>
a { background-color: #407D93; }
a { background-color: rgb(64,125,147); }
div.DivClassName
{
background-color: #407D93;
}
.BgClassName
{
background-color: #407D93;
}
</style>
border-color css
<style>
span { border-color: #407D93; }
span { border-color: rgb(64,125,147); }
td.TdClassName
{
border-color: #407D93;
}
.TagClassName
{
border-color: #407D93;
}
</style>