Shades of Jelly Bean #427798
Tints of Jelly Bean #427798
RGB
CMYK
RGB Variations
Color information
#427798 (or 0x427798) is known color: Jelly Bean. HEX triplet: 42, 77 and 98. RGB value is (66,119,152). Sum of RGB (Red+Green+Blue) = 66+119+152=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #427798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427798 is #BD8867. Grayscale: #6A6A6A. Windows color (decimal): -12421224 or 9992002. OLE color: 9992002.
HSL color Cylindrical-coordinate representation of color #427798: hue angle of 203.02º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427798 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 119 | 152 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.40 |
| HSL | 203.02º | 0.39% | 0.43% | - |
| HSV(B) | 203.02º | 0.57% | 0.6% | - |
| XYZ | 14.51 | 16.62 | 32.15 | - |
| YUV | 106.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 152 | 0.57 | 0.22 | 0 | 0.40 | 203.02 | 0.39 | 0.43 |
| Hex | 42 | 77 | 98 | 39 | 16 | 0 | 28 | CB | 27 | 2B |
| Octal | 102 | 167 | 230 | 71 | 26 | 0 | 50 | 313 | 47 | 53 |
| Binary | 1000010 | 1110111 | 10011000 | 111001 | 10110 | 0 | 101000 | 11001011 | 100111 | 101011 |
Color Harmonies of #427798
Complementary color
Monochromatic Colors of #427798
Black with #427798
Text Example
Text Example
White with #427798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427798; }
p { color: rgb(66,119,152); }
H1.HeaderClassName
{
color: #427798;
}
.AnyTagClassName
{
color: #427798;
}
</style>
background-color css
<style>
a { background-color: #427798; }
a { background-color: rgb(66,119,152); }
div.DivClassName
{
background-color: #427798;
}
.BgClassName
{
background-color: #427798;
}
</style>
border-color css
<style>
span { border-color: #427798; }
span { border-color: rgb(66,119,152); }
td.TdClassName
{
border-color: #427798;
}
.TagClassName
{
border-color: #427798;
}
</style>