Shades of Jelly Bean #427B8C
Tints of Jelly Bean #427B8C
RGB
CMYK
RGB Variations
Color information
#427B8C (or 0x427B8C) is known color: Jelly Bean. HEX triplet: 42, 7B and 8C. RGB value is (66,123,140). Sum of RGB (Red+Green+Blue) = 66+123+140=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #427B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427B8C is #BD8473. Grayscale: #6B6B6B. Windows color (decimal): -12420212 or 9206594. OLE color: 9206594.
HSL color Cylindrical-coordinate representation of color #427B8C: hue angle of 193.78º 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 #427B8C is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 123 | 140 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.45 |
| HSL | 193.78º | 0.36% | 0.4% | - |
| HSV(B) | 193.78º | 0.53% | 0.55% | - |
| XYZ | 14.06 | 17.22 | 27.39 | - |
| YUV | 107.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 140 | 0.53 | 0.12 | 0 | 0.45 | 193.78 | 0.36 | 0.4 |
| Hex | 42 | 7B | 8C | 35 | C | 0 | 2D | C2 | 24 | 28 |
| Octal | 102 | 173 | 214 | 65 | 14 | 0 | 55 | 302 | 44 | 50 |
| Binary | 1000010 | 1111011 | 10001100 | 110101 | 1100 | 0 | 101101 | 11000010 | 100100 | 101000 |
Color Harmonies of #427B8C
Complementary color
Monochromatic Colors of #427B8C
Black with #427B8C
Text Example
Text Example
White with #427B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B8C; }
p { color: rgb(66,123,140); }
H1.HeaderClassName
{
color: #427B8C;
}
.AnyTagClassName
{
color: #427B8C;
}
</style>
background-color css
<style>
a { background-color: #427B8C; }
a { background-color: rgb(66,123,140); }
div.DivClassName
{
background-color: #427B8C;
}
.BgClassName
{
background-color: #427B8C;
}
</style>
border-color css
<style>
span { border-color: #427B8C; }
span { border-color: rgb(66,123,140); }
td.TdClassName
{
border-color: #427B8C;
}
.TagClassName
{
border-color: #427B8C;
}
</style>