Shades of Jelly Bean #427E8C
Tints of Jelly Bean #427E8C
RGB
CMYK
RGB Variations
Color information
#427E8C (or 0x427E8C) is known color: Jelly Bean. HEX triplet: 42, 7E and 8C. RGB value is (66,126,140). Sum of RGB (Red+Green+Blue) = 66+126+140=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #427E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E8C is #BD8173. Grayscale: #6D6D6D. Windows color (decimal): -12419444 or 9207362. OLE color: 9207362.
HSL color Cylindrical-coordinate representation of color #427E8C: hue angle of 191.35º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427E8C is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 126 | 140 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.45 |
| HSL | 191.35º | 0.36% | 0.4% | - |
| HSV(B) | 191.35º | 0.53% | 0.55% | - |
| XYZ | 14.44 | 17.97 | 27.52 | - |
| YUV | 109.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 140 | 0.53 | 0.10 | 0 | 0.45 | 191.35 | 0.36 | 0.4 |
| Hex | 42 | 7E | 8C | 35 | A | 0 | 2D | BF | 24 | 28 |
| Octal | 102 | 176 | 214 | 65 | 12 | 0 | 55 | 277 | 44 | 50 |
| Binary | 1000010 | 1111110 | 10001100 | 110101 | 1010 | 0 | 101101 | 10111111 | 100100 | 101000 |
Color Harmonies of #427E8C
Complementary color
Monochromatic Colors of #427E8C
Black with #427E8C
Text Example
Text Example
White with #427E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E8C; }
p { color: rgb(66,126,140); }
H1.HeaderClassName
{
color: #427E8C;
}
.AnyTagClassName
{
color: #427E8C;
}
</style>
background-color css
<style>
a { background-color: #427E8C; }
a { background-color: rgb(66,126,140); }
div.DivClassName
{
background-color: #427E8C;
}
.BgClassName
{
background-color: #427E8C;
}
</style>
border-color css
<style>
span { border-color: #427E8C; }
span { border-color: rgb(66,126,140); }
td.TdClassName
{
border-color: #427E8C;
}
.TagClassName
{
border-color: #427E8C;
}
</style>