Shades of Jelly Bean #418190
Tints of Jelly Bean #418190
RGB
CMYK
RGB Variations
Color information
#418190 (or 0x418190) is known color: Jelly Bean. HEX triplet: 41, 81 and 90. RGB value is (65,129,144). Sum of RGB (Red+Green+Blue) = 65+129+144=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #418190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418190 is #BE7E6F. Grayscale: #6F6F6F. Windows color (decimal): -12484208 or 9470273. OLE color: 9470273.
HSL color Cylindrical-coordinate representation of color #418190: hue angle of 191.39º 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 #418190 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 129 | 144 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.44 |
| HSL | 191.39º | 0.38% | 0.41% | - |
| HSV(B) | 191.39º | 0.55% | 0.56% | - |
| XYZ | 15.06 | 18.84 | 29.23 | - |
| YUV | 111.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 144 | 0.55 | 0.10 | 0 | 0.44 | 191.39 | 0.38 | 0.41 |
| Hex | 41 | 81 | 90 | 37 | A | 0 | 2C | BF | 26 | 29 |
| Octal | 101 | 201 | 220 | 67 | 12 | 0 | 54 | 277 | 46 | 51 |
| Binary | 1000001 | 10000001 | 10010000 | 110111 | 1010 | 0 | 101100 | 10111111 | 100110 | 101001 |
Color Harmonies of #418190
Complementary color
Monochromatic Colors of #418190
Black with #418190
Text Example
Text Example
White with #418190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418190; }
p { color: rgb(65,129,144); }
H1.HeaderClassName
{
color: #418190;
}
.AnyTagClassName
{
color: #418190;
}
</style>
background-color css
<style>
a { background-color: #418190; }
a { background-color: rgb(65,129,144); }
div.DivClassName
{
background-color: #418190;
}
.BgClassName
{
background-color: #418190;
}
</style>
border-color css
<style>
span { border-color: #418190; }
span { border-color: rgb(65,129,144); }
td.TdClassName
{
border-color: #418190;
}
.TagClassName
{
border-color: #418190;
}
</style>