Shades of Jelly Bean #427799
Tints of Jelly Bean #427799
RGB
CMYK
RGB Variations
Color information
#427799 (or 0x427799) is known color: Jelly Bean. HEX triplet: 42, 77 and 99. RGB value is (66,119,153). Sum of RGB (Red+Green+Blue) = 66+119+153=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #427799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427799 is #BD8866. Grayscale: #6A6A6A. Windows color (decimal): -12421223 or 10057538. OLE color: 10057538.
HSL color Cylindrical-coordinate representation of color #427799: hue angle of 203.45º degrees, saturation: 0.4, 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 #427799 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 119 | 153 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.4 |
| HSL | 203.45º | 0.4% | 0.43% | - |
| HSV(B) | 203.45º | 0.57% | 0.6% | - |
| XYZ | 14.59 | 16.65 | 32.58 | - |
| YUV | 107.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 153 | 0.57 | 0.22 | 0 | 0.4 | 203.45 | 0.4 | 0.43 |
| Hex | 42 | 77 | 99 | 39 | 16 | 0 | 28 | CB | 28 | 2B |
| Octal | 102 | 167 | 231 | 71 | 26 | 0 | 50 | 313 | 50 | 53 |
| Binary | 1000010 | 1110111 | 10011001 | 111001 | 10110 | 0 | 101000 | 11001011 | 101000 | 101011 |
Color Harmonies of #427799
Complementary color
Monochromatic Colors of #427799
Black with #427799
Text Example
Text Example
White with #427799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427799; }
p { color: rgb(66,119,153); }
H1.HeaderClassName
{
color: #427799;
}
.AnyTagClassName
{
color: #427799;
}
</style>
background-color css
<style>
a { background-color: #427799; }
a { background-color: rgb(66,119,153); }
div.DivClassName
{
background-color: #427799;
}
.BgClassName
{
background-color: #427799;
}
</style>
border-color css
<style>
span { border-color: #427799; }
span { border-color: rgb(66,119,153); }
td.TdClassName
{
border-color: #427799;
}
.TagClassName
{
border-color: #427799;
}
</style>