Shades of Jelly Bean #418292
Tints of Jelly Bean #418292
RGB
CMYK
RGB Variations
Color information
#418292 (or 0x418292) is known color: Jelly Bean. HEX triplet: 41, 82 and 92. RGB value is (65,130,146). Sum of RGB (Red+Green+Blue) = 65+130+146=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #418292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418292 is #BE7D6D. Grayscale: #707070. Windows color (decimal): -12483950 or 9601601. OLE color: 9601601.
HSL color Cylindrical-coordinate representation of color #418292: hue angle of 191.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418292 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 130 | 146 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.43 |
| HSL | 191.85º | 0.38% | 0.41% | - |
| HSV(B) | 191.85º | 0.55% | 0.57% | - |
| XYZ | 15.35 | 19.16 | 30.08 | - |
| YUV | 112.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 146 | 0.55 | 0.11 | 0 | 0.43 | 191.85 | 0.38 | 0.41 |
| Hex | 41 | 82 | 92 | 37 | B | 0 | 2B | C0 | 26 | 29 |
| Octal | 101 | 202 | 222 | 67 | 13 | 0 | 53 | 300 | 46 | 51 |
| Binary | 1000001 | 10000010 | 10010010 | 110111 | 1011 | 0 | 101011 | 11000000 | 100110 | 101001 |
Color Harmonies of #418292
Complementary color
Monochromatic Colors of #418292
Black with #418292
Text Example
Text Example
White with #418292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418292; }
p { color: rgb(65,130,146); }
H1.HeaderClassName
{
color: #418292;
}
.AnyTagClassName
{
color: #418292;
}
</style>
background-color css
<style>
a { background-color: #418292; }
a { background-color: rgb(65,130,146); }
div.DivClassName
{
background-color: #418292;
}
.BgClassName
{
background-color: #418292;
}
</style>
border-color css
<style>
span { border-color: #418292; }
span { border-color: rgb(65,130,146); }
td.TdClassName
{
border-color: #418292;
}
.TagClassName
{
border-color: #418292;
}
</style>