Shades of Jelly Bean #427291
Tints of Jelly Bean #427291
RGB
CMYK
RGB Variations
Color information
#427291 (or 0x427291) is known color: Jelly Bean. HEX triplet: 42, 72 and 91. RGB value is (66,114,145). Sum of RGB (Red+Green+Blue) = 66+114+145=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #427291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427291 is #BD8D6E. Grayscale: #676767. Windows color (decimal): -12422511 or 9531970. OLE color: 9531970.
HSL color Cylindrical-coordinate representation of color #427291: hue angle of 203.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427291 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 114 | 145 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.43 |
| HSL | 203.54º | 0.37% | 0.41% | - |
| HSV(B) | 203.54º | 0.54% | 0.57% | - |
| XYZ | 13.37 | 15.24 | 29.02 | - |
| YUV | 103.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 145 | 0.54 | 0.21 | 0 | 0.43 | 203.54 | 0.37 | 0.41 |
| Hex | 42 | 72 | 91 | 36 | 15 | 0 | 2B | CC | 25 | 29 |
| Octal | 102 | 162 | 221 | 66 | 25 | 0 | 53 | 314 | 45 | 51 |
| Binary | 1000010 | 1110010 | 10010001 | 110110 | 10101 | 0 | 101011 | 11001100 | 100101 | 101001 |
Color Harmonies of #427291
Complementary color
Monochromatic Colors of #427291
Black with #427291
Text Example
Text Example
White with #427291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427291; }
p { color: rgb(66,114,145); }
H1.HeaderClassName
{
color: #427291;
}
.AnyTagClassName
{
color: #427291;
}
</style>
background-color css
<style>
a { background-color: #427291; }
a { background-color: rgb(66,114,145); }
div.DivClassName
{
background-color: #427291;
}
.BgClassName
{
background-color: #427291;
}
</style>
border-color css
<style>
span { border-color: #427291; }
span { border-color: rgb(66,114,145); }
td.TdClassName
{
border-color: #427291;
}
.TagClassName
{
border-color: #427291;
}
</style>