Shades of Jelly Bean #427A96
Tints of Jelly Bean #427A96
RGB
CMYK
RGB Variations
Color information
#427A96 (or 0x427A96) is known color: Jelly Bean. HEX triplet: 42, 7A and 96. RGB value is (66,122,150). Sum of RGB (Red+Green+Blue) = 66+122+150=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #427A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A96 is #BD8569. Grayscale: #6C6C6C. Windows color (decimal): -12420458 or 9861698. OLE color: 9861698.
HSL color Cylindrical-coordinate representation of color #427A96: hue angle of 200º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427A96 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 122 | 150 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.41 |
| HSL | 200º | 0.39% | 0.42% | - |
| HSV(B) | 200º | 0.56% | 0.59% | - |
| XYZ | 14.71 | 17.28 | 31.41 | - |
| YUV | 108.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 150 | 0.56 | 0.19 | 0 | 0.41 | 200 | 0.39 | 0.42 |
| Hex | 42 | 7A | 96 | 38 | 13 | 0 | 29 | C8 | 27 | 2A |
| Octal | 102 | 172 | 226 | 70 | 23 | 0 | 51 | 310 | 47 | 52 |
| Binary | 1000010 | 1111010 | 10010110 | 111000 | 10011 | 0 | 101001 | 11001000 | 100111 | 101010 |
Color Harmonies of #427A96
Complementary color
Monochromatic Colors of #427A96
Black with #427A96
Text Example
Text Example
White with #427A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A96; }
p { color: rgb(66,122,150); }
H1.HeaderClassName
{
color: #427A96;
}
.AnyTagClassName
{
color: #427A96;
}
</style>
background-color css
<style>
a { background-color: #427A96; }
a { background-color: rgb(66,122,150); }
div.DivClassName
{
background-color: #427A96;
}
.BgClassName
{
background-color: #427A96;
}
</style>
border-color css
<style>
span { border-color: #427A96; }
span { border-color: rgb(66,122,150); }
td.TdClassName
{
border-color: #427A96;
}
.TagClassName
{
border-color: #427A96;
}
</style>