Shades of Jelly Bean #427398
Tints of Jelly Bean #427398
RGB
CMYK
RGB Variations
Color information
#427398 (or 0x427398) is known color: Jelly Bean. HEX triplet: 42, 73 and 98. RGB value is (66,115,152). Sum of RGB (Red+Green+Blue) = 66+115+152=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #427398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427398 is #BD8C67. Grayscale: #686868. Windows color (decimal): -12422248 or 9990978. OLE color: 9990978.
HSL color Cylindrical-coordinate representation of color #427398: hue angle of 205.81º 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 #427398 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 115 | 152 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.40 |
| HSL | 205.81º | 0.39% | 0.43% | - |
| HSV(B) | 205.81º | 0.57% | 0.6% | - |
| XYZ | 14.05 | 15.69 | 31.99 | - |
| YUV | 104.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 152 | 0.57 | 0.24 | 0 | 0.40 | 205.81 | 0.39 | 0.43 |
| Hex | 42 | 73 | 98 | 39 | 18 | 0 | 28 | CE | 27 | 2B |
| Octal | 102 | 163 | 230 | 71 | 30 | 0 | 50 | 316 | 47 | 53 |
| Binary | 1000010 | 1110011 | 10011000 | 111001 | 11000 | 0 | 101000 | 11001110 | 100111 | 101011 |
Color Harmonies of #427398
Complementary color
Monochromatic Colors of #427398
Black with #427398
Text Example
Text Example
White with #427398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427398; }
p { color: rgb(66,115,152); }
H1.HeaderClassName
{
color: #427398;
}
.AnyTagClassName
{
color: #427398;
}
</style>
background-color css
<style>
a { background-color: #427398; }
a { background-color: rgb(66,115,152); }
div.DivClassName
{
background-color: #427398;
}
.BgClassName
{
background-color: #427398;
}
</style>
border-color css
<style>
span { border-color: #427398; }
span { border-color: rgb(66,115,152); }
td.TdClassName
{
border-color: #427398;
}
.TagClassName
{
border-color: #427398;
}
</style>