Shades of Jelly Bean #427888
Tints of Jelly Bean #427888
RGB
CMYK
RGB Variations
Color information
#427888 (or 0x427888) is known color: Jelly Bean. HEX triplet: 42, 78 and 88. RGB value is (66,120,136). Sum of RGB (Red+Green+Blue) = 66+120+136=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #427888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427888 is #BD8777. Grayscale: #696969. Windows color (decimal): -12420984 or 8943682. OLE color: 8943682.
HSL color Cylindrical-coordinate representation of color #427888: hue angle of 193.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427888 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 120 | 136 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.47 |
| HSL | 193.71º | 0.35% | 0.4% | - |
| HSV(B) | 193.71º | 0.51% | 0.53% | - |
| XYZ | 13.41 | 16.37 | 25.75 | - |
| YUV | 105.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 136 | 0.51 | 0.12 | 0 | 0.47 | 193.71 | 0.35 | 0.4 |
| Hex | 42 | 78 | 88 | 33 | C | 0 | 2F | C2 | 23 | 28 |
| Octal | 102 | 170 | 210 | 63 | 14 | 0 | 57 | 302 | 43 | 50 |
| Binary | 1000010 | 1111000 | 10001000 | 110011 | 1100 | 0 | 101111 | 11000010 | 100011 | 101000 |
Color Harmonies of #427888
Complementary color
Monochromatic Colors of #427888
Black with #427888
Text Example
Text Example
White with #427888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427888; }
p { color: rgb(66,120,136); }
H1.HeaderClassName
{
color: #427888;
}
.AnyTagClassName
{
color: #427888;
}
</style>
background-color css
<style>
a { background-color: #427888; }
a { background-color: rgb(66,120,136); }
div.DivClassName
{
background-color: #427888;
}
.BgClassName
{
background-color: #427888;
}
</style>
border-color css
<style>
span { border-color: #427888; }
span { border-color: rgb(66,120,136); }
td.TdClassName
{
border-color: #427888;
}
.TagClassName
{
border-color: #427888;
}
</style>