Shades of Jelly Bean #418193
Tints of Jelly Bean #418193
RGB
CMYK
RGB Variations
Color information
#418193 (or 0x418193) is known color: Jelly Bean. HEX triplet: 41, 81 and 93. RGB value is (65,129,147). Sum of RGB (Red+Green+Blue) = 65+129+147=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #418193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418193 is #BE7E6C. Grayscale: #6F6F6F. Windows color (decimal): -12484205 or 9666881. OLE color: 9666881.
HSL color Cylindrical-coordinate representation of color #418193: hue angle of 193.17º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #418193 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 129 | 147 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.42 |
| HSL | 193.17º | 0.39% | 0.42% | - |
| HSV(B) | 193.17º | 0.56% | 0.58% | - |
| XYZ | 15.3 | 18.93 | 30.45 | - |
| YUV | 111.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 147 | 0.56 | 0.12 | 0 | 0.42 | 193.17 | 0.39 | 0.42 |
| Hex | 41 | 81 | 93 | 38 | C | 0 | 2A | C1 | 27 | 2A |
| Octal | 101 | 201 | 223 | 70 | 14 | 0 | 52 | 301 | 47 | 52 |
| Binary | 1000001 | 10000001 | 10010011 | 111000 | 1100 | 0 | 101010 | 11000001 | 100111 | 101010 |
Color Harmonies of #418193
Complementary color
Monochromatic Colors of #418193
Black with #418193
Text Example
Text Example
White with #418193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418193; }
p { color: rgb(65,129,147); }
H1.HeaderClassName
{
color: #418193;
}
.AnyTagClassName
{
color: #418193;
}
</style>
background-color css
<style>
a { background-color: #418193; }
a { background-color: rgb(65,129,147); }
div.DivClassName
{
background-color: #418193;
}
.BgClassName
{
background-color: #418193;
}
</style>
border-color css
<style>
span { border-color: #418193; }
span { border-color: rgb(65,129,147); }
td.TdClassName
{
border-color: #418193;
}
.TagClassName
{
border-color: #418193;
}
</style>