Shades of Jelly Bean #427F91
Tints of Jelly Bean #427F91
RGB
CMYK
RGB Variations
Color information
#427F91 (or 0x427F91) is known color: Jelly Bean. HEX triplet: 42, 7F and 91. RGB value is (66,127,145). Sum of RGB (Red+Green+Blue) = 66+127+145=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #427F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F91 is #BD806E. Grayscale: #6E6E6E. Windows color (decimal): -12419183 or 9535298. OLE color: 9535298.
HSL color Cylindrical-coordinate representation of color #427F91: hue angle of 193.67º 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 #427F91 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 127 | 145 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.43 |
| HSL | 193.67º | 0.37% | 0.41% | - |
| HSV(B) | 193.67º | 0.54% | 0.57% | - |
| XYZ | 14.95 | 18.38 | 29.55 | - |
| YUV | 110.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 145 | 0.54 | 0.12 | 0 | 0.43 | 193.67 | 0.37 | 0.41 |
| Hex | 42 | 7F | 91 | 36 | C | 0 | 2B | C2 | 25 | 29 |
| Octal | 102 | 177 | 221 | 66 | 14 | 0 | 53 | 302 | 45 | 51 |
| Binary | 1000010 | 1111111 | 10010001 | 110110 | 1100 | 0 | 101011 | 11000010 | 100101 | 101001 |
Color Harmonies of #427F91
Complementary color
Monochromatic Colors of #427F91
Black with #427F91
Text Example
Text Example
White with #427F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F91; }
p { color: rgb(66,127,145); }
H1.HeaderClassName
{
color: #427F91;
}
.AnyTagClassName
{
color: #427F91;
}
</style>
background-color css
<style>
a { background-color: #427F91; }
a { background-color: rgb(66,127,145); }
div.DivClassName
{
background-color: #427F91;
}
.BgClassName
{
background-color: #427F91;
}
</style>
border-color css
<style>
span { border-color: #427F91; }
span { border-color: rgb(66,127,145); }
td.TdClassName
{
border-color: #427F91;
}
.TagClassName
{
border-color: #427F91;
}
</style>