Shades of Jelly Bean #42808F
Tints of Jelly Bean #42808F
RGB
CMYK
RGB Variations
Color information
#42808F (or 0x42808F) is known color: Jelly Bean. HEX triplet: 42, 80 and 8F. RGB value is (66,128,143). Sum of RGB (Red+Green+Blue) = 66+128+143=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #42808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42808F is #BD7F70. Grayscale: #6F6F6F. Windows color (decimal): -12418929 or 9404482. OLE color: 9404482.
HSL color Cylindrical-coordinate representation of color #42808F: hue angle of 191.69º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42808F is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 128 | 143 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.44 |
| HSL | 191.69º | 0.37% | 0.41% | - |
| HSV(B) | 191.69º | 0.54% | 0.56% | - |
| XYZ | 14.92 | 18.58 | 28.79 | - |
| YUV | 111.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 143 | 0.54 | 0.10 | 0 | 0.44 | 191.69 | 0.37 | 0.41 |
| Hex | 42 | 80 | 8F | 36 | A | 0 | 2C | C0 | 25 | 29 |
| Octal | 102 | 200 | 217 | 66 | 12 | 0 | 54 | 300 | 45 | 51 |
| Binary | 1000010 | 10000000 | 10001111 | 110110 | 1010 | 0 | 101100 | 11000000 | 100101 | 101001 |
Color Harmonies of #42808F
Complementary color
Monochromatic Colors of #42808F
Black with #42808F
Text Example
Text Example
White with #42808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42808F; }
p { color: rgb(66,128,143); }
H1.HeaderClassName
{
color: #42808F;
}
.AnyTagClassName
{
color: #42808F;
}
</style>
background-color css
<style>
a { background-color: #42808F; }
a { background-color: rgb(66,128,143); }
div.DivClassName
{
background-color: #42808F;
}
.BgClassName
{
background-color: #42808F;
}
</style>
border-color css
<style>
span { border-color: #42808F; }
span { border-color: rgb(66,128,143); }
td.TdClassName
{
border-color: #42808F;
}
.TagClassName
{
border-color: #42808F;
}
</style>