Shades of Jelly Bean #418090
Tints of Jelly Bean #418090
RGB
CMYK
RGB Variations
Color information
#418090 (or 0x418090) is known color: Jelly Bean. HEX triplet: 41, 80 and 90. RGB value is (65,128,144). Sum of RGB (Red+Green+Blue) = 65+128+144=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #418090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418090 is #BE7F6F. Grayscale: #6E6E6E. Windows color (decimal): -12484464 or 9470017. OLE color: 9470017.
HSL color Cylindrical-coordinate representation of color #418090: hue angle of 192.15º 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 #418090 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 128 | 144 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.44 |
| HSL | 192.15º | 0.38% | 0.41% | - |
| HSV(B) | 192.15º | 0.55% | 0.56% | - |
| XYZ | 14.93 | 18.58 | 29.18 | - |
| YUV | 110.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 144 | 0.55 | 0.11 | 0 | 0.44 | 192.15 | 0.38 | 0.41 |
| Hex | 41 | 80 | 90 | 37 | B | 0 | 2C | C0 | 26 | 29 |
| Octal | 101 | 200 | 220 | 67 | 13 | 0 | 54 | 300 | 46 | 51 |
| Binary | 1000001 | 10000000 | 10010000 | 110111 | 1011 | 0 | 101100 | 11000000 | 100110 | 101001 |
Color Harmonies of #418090
Complementary color
Monochromatic Colors of #418090
Black with #418090
Text Example
Text Example
White with #418090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418090; }
p { color: rgb(65,128,144); }
H1.HeaderClassName
{
color: #418090;
}
.AnyTagClassName
{
color: #418090;
}
</style>
background-color css
<style>
a { background-color: #418090; }
a { background-color: rgb(65,128,144); }
div.DivClassName
{
background-color: #418090;
}
.BgClassName
{
background-color: #418090;
}
</style>
border-color css
<style>
span { border-color: #418090; }
span { border-color: rgb(65,128,144); }
td.TdClassName
{
border-color: #418090;
}
.TagClassName
{
border-color: #418090;
}
</style>