Shades of Jelly Bean #427E95
Tints of Jelly Bean #427E95
RGB
CMYK
RGB Variations
Color information
#427E95 (or 0x427E95) is known color: Jelly Bean. HEX triplet: 42, 7E and 95. RGB value is (66,126,149). Sum of RGB (Red+Green+Blue) = 66+126+149=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #427E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E95 is #BD816A. Grayscale: #6E6E6E. Windows color (decimal): -12419435 or 9797186. OLE color: 9797186.
HSL color Cylindrical-coordinate representation of color #427E95: hue angle of 196.63º 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 #427E95 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 126 | 149 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.42 |
| HSL | 196.63º | 0.39% | 0.42% | - |
| HSV(B) | 196.63º | 0.56% | 0.58% | - |
| XYZ | 15.13 | 18.25 | 31.16 | - |
| YUV | 110.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 149 | 0.56 | 0.15 | 0 | 0.42 | 196.63 | 0.39 | 0.42 |
| Hex | 42 | 7E | 95 | 38 | F | 0 | 2A | C5 | 27 | 2A |
| Octal | 102 | 176 | 225 | 70 | 17 | 0 | 52 | 305 | 47 | 52 |
| Binary | 1000010 | 1111110 | 10010101 | 111000 | 1111 | 0 | 101010 | 11000101 | 100111 | 101010 |
Color Harmonies of #427E95
Complementary color
Monochromatic Colors of #427E95
Black with #427E95
Text Example
Text Example
White with #427E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E95; }
p { color: rgb(66,126,149); }
H1.HeaderClassName
{
color: #427E95;
}
.AnyTagClassName
{
color: #427E95;
}
</style>
background-color css
<style>
a { background-color: #427E95; }
a { background-color: rgb(66,126,149); }
div.DivClassName
{
background-color: #427E95;
}
.BgClassName
{
background-color: #427E95;
}
</style>
border-color css
<style>
span { border-color: #427E95; }
span { border-color: rgb(66,126,149); }
td.TdClassName
{
border-color: #427E95;
}
.TagClassName
{
border-color: #427E95;
}
</style>