Shades of Jelly Bean #407A93
Tints of Jelly Bean #407A93
RGB
CMYK
RGB Variations
Color information
#407A93 (or 0x407A93) is known color: Jelly Bean. HEX triplet: 40, 7A and 93. RGB value is (64,122,147). Sum of RGB (Red+Green+Blue) = 64+122+147=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #407A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407A93 is #BF856C. Grayscale: #6B6B6B. Windows color (decimal): -12551533 or 9665088. OLE color: 9665088.
HSL color Cylindrical-coordinate representation of color #407A93: hue angle of 198.07º 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 #407A93 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 122 | 147 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.42 |
| HSL | 198.07º | 0.39% | 0.41% | - |
| HSV(B) | 198.07º | 0.56% | 0.58% | - |
| XYZ | 14.34 | 17.12 | 30.15 | - |
| YUV | 107.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 147 | 0.56 | 0.17 | 0 | 0.42 | 198.07 | 0.39 | 0.41 |
| Hex | 40 | 7A | 93 | 38 | 11 | 0 | 2A | C6 | 27 | 29 |
| Octal | 100 | 172 | 223 | 70 | 21 | 0 | 52 | 306 | 47 | 51 |
| Binary | 1000000 | 1111010 | 10010011 | 111000 | 10001 | 0 | 101010 | 11000110 | 100111 | 101001 |
Color Harmonies of #407A93
Complementary color
Monochromatic Colors of #407A93
Black with #407A93
Text Example
Text Example
White with #407A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A93; }
p { color: rgb(64,122,147); }
H1.HeaderClassName
{
color: #407A93;
}
.AnyTagClassName
{
color: #407A93;
}
</style>
background-color css
<style>
a { background-color: #407A93; }
a { background-color: rgb(64,122,147); }
div.DivClassName
{
background-color: #407A93;
}
.BgClassName
{
background-color: #407A93;
}
</style>
border-color css
<style>
span { border-color: #407A93; }
span { border-color: rgb(64,122,147); }
td.TdClassName
{
border-color: #407A93;
}
.TagClassName
{
border-color: #407A93;
}
</style>