Shades of Jelly Bean #42808C
Tints of Jelly Bean #42808C
RGB
CMYK
RGB Variations
Color information
#42808C (or 0x42808C) is known color: Jelly Bean. HEX triplet: 42, 80 and 8C. RGB value is (66,128,140). Sum of RGB (Red+Green+Blue) = 66+128+140=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #42808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42808C is #BD7F73. Grayscale: #6E6E6E. Windows color (decimal): -12418932 or 9207874. OLE color: 9207874.
HSL color Cylindrical-coordinate representation of color #42808C: hue angle of 189.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42808C is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 128 | 140 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.45 |
| HSL | 189.73º | 0.36% | 0.4% | - |
| HSV(B) | 189.73º | 0.53% | 0.55% | - |
| XYZ | 14.7 | 18.49 | 27.61 | - |
| YUV | 110.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 140 | 0.53 | 0.09 | 0 | 0.45 | 189.73 | 0.36 | 0.4 |
| Hex | 42 | 80 | 8C | 35 | 9 | 0 | 2D | BE | 24 | 28 |
| Octal | 102 | 200 | 214 | 65 | 11 | 0 | 55 | 276 | 44 | 50 |
| Binary | 1000010 | 10000000 | 10001100 | 110101 | 1001 | 0 | 101101 | 10111110 | 100100 | 101000 |
Color Harmonies of #42808C
Complementary color
Monochromatic Colors of #42808C
Black with #42808C
Text Example
Text Example
White with #42808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42808C; }
p { color: rgb(66,128,140); }
H1.HeaderClassName
{
color: #42808C;
}
.AnyTagClassName
{
color: #42808C;
}
</style>
background-color css
<style>
a { background-color: #42808C; }
a { background-color: rgb(66,128,140); }
div.DivClassName
{
background-color: #42808C;
}
.BgClassName
{
background-color: #42808C;
}
</style>
border-color css
<style>
span { border-color: #42808C; }
span { border-color: rgb(66,128,140); }
td.TdClassName
{
border-color: #42808C;
}
.TagClassName
{
border-color: #42808C;
}
</style>