Shades of Jelly Bean #42758D
Tints of Jelly Bean #42758D
RGB
CMYK
RGB Variations
Color information
#42758D (or 0x42758D) is known color: Jelly Bean. HEX triplet: 42, 75 and 8D. RGB value is (66,117,141). Sum of RGB (Red+Green+Blue) = 66+117+141=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #42758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42758D is #BD8A72. Grayscale: #686868. Windows color (decimal): -12421747 or 9270594. OLE color: 9270594.
HSL color Cylindrical-coordinate representation of color #42758D: hue angle of 199.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42758D is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 117 | 141 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.45 |
| HSL | 199.2º | 0.36% | 0.41% | - |
| HSV(B) | 199.2º | 0.53% | 0.55% | - |
| XYZ | 13.42 | 15.8 | 27.54 | - |
| YUV | 104.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 141 | 0.53 | 0.17 | 0 | 0.45 | 199.2 | 0.36 | 0.41 |
| Hex | 42 | 75 | 8D | 35 | 11 | 0 | 2D | C7 | 24 | 29 |
| Octal | 102 | 165 | 215 | 65 | 21 | 0 | 55 | 307 | 44 | 51 |
| Binary | 1000010 | 1110101 | 10001101 | 110101 | 10001 | 0 | 101101 | 11000111 | 100100 | 101001 |
Color Harmonies of #42758D
Complementary color
Monochromatic Colors of #42758D
Black with #42758D
Text Example
Text Example
White with #42758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42758D; }
p { color: rgb(66,117,141); }
H1.HeaderClassName
{
color: #42758D;
}
.AnyTagClassName
{
color: #42758D;
}
</style>
background-color css
<style>
a { background-color: #42758D; }
a { background-color: rgb(66,117,141); }
div.DivClassName
{
background-color: #42758D;
}
.BgClassName
{
background-color: #42758D;
}
</style>
border-color css
<style>
span { border-color: #42758D; }
span { border-color: rgb(66,117,141); }
td.TdClassName
{
border-color: #42758D;
}
.TagClassName
{
border-color: #42758D;
}
</style>