Shades of Jelly Bean #427D8C
Tints of Jelly Bean #427D8C
RGB
CMYK
RGB Variations
Color information
#427D8C (or 0x427D8C) is known color: Jelly Bean. HEX triplet: 42, 7D and 8C. RGB value is (66,125,140). Sum of RGB (Red+Green+Blue) = 66+125+140=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #427D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D8C is #BD8273. Grayscale: #6C6C6C. Windows color (decimal): -12419700 or 9207106. OLE color: 9207106.
HSL color Cylindrical-coordinate representation of color #427D8C: hue angle of 192.16º 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 #427D8C is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 125 | 140 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.45 |
| HSL | 192.16º | 0.36% | 0.4% | - |
| HSV(B) | 192.16º | 0.53% | 0.55% | - |
| XYZ | 14.31 | 17.72 | 27.48 | - |
| YUV | 109.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 140 | 0.53 | 0.11 | 0 | 0.45 | 192.16 | 0.36 | 0.4 |
| Hex | 42 | 7D | 8C | 35 | B | 0 | 2D | C0 | 24 | 28 |
| Octal | 102 | 175 | 214 | 65 | 13 | 0 | 55 | 300 | 44 | 50 |
| Binary | 1000010 | 1111101 | 10001100 | 110101 | 1011 | 0 | 101101 | 11000000 | 100100 | 101000 |
Color Harmonies of #427D8C
Complementary color
Monochromatic Colors of #427D8C
Black with #427D8C
Text Example
Text Example
White with #427D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D8C; }
p { color: rgb(66,125,140); }
H1.HeaderClassName
{
color: #427D8C;
}
.AnyTagClassName
{
color: #427D8C;
}
</style>
background-color css
<style>
a { background-color: #427D8C; }
a { background-color: rgb(66,125,140); }
div.DivClassName
{
background-color: #427D8C;
}
.BgClassName
{
background-color: #427D8C;
}
</style>
border-color css
<style>
span { border-color: #427D8C; }
span { border-color: rgb(66,125,140); }
td.TdClassName
{
border-color: #427D8C;
}
.TagClassName
{
border-color: #427D8C;
}
</style>