Shades of Jelly Bean #42758C
Tints of Jelly Bean #42758C
RGB
CMYK
RGB Variations
Color information
#42758C (or 0x42758C) is known color: Jelly Bean. HEX triplet: 42, 75 and 8C. RGB value is (66,117,140). Sum of RGB (Red+Green+Blue) = 66+117+140=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #42758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42758C is #BD8A73. Grayscale: #686868. Windows color (decimal): -12421748 or 9205058. OLE color: 9205058.
HSL color Cylindrical-coordinate representation of color #42758C: hue angle of 198.65º 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 #42758C is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 117 | 140 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.45 |
| HSL | 198.65º | 0.36% | 0.4% | - |
| HSV(B) | 198.65º | 0.53% | 0.55% | - |
| XYZ | 13.34 | 15.77 | 27.15 | - |
| YUV | 104.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 140 | 0.53 | 0.16 | 0 | 0.45 | 198.65 | 0.36 | 0.4 |
| Hex | 42 | 75 | 8C | 35 | 10 | 0 | 2D | C7 | 24 | 28 |
| Octal | 102 | 165 | 214 | 65 | 20 | 0 | 55 | 307 | 44 | 50 |
| Binary | 1000010 | 1110101 | 10001100 | 110101 | 10000 | 0 | 101101 | 11000111 | 100100 | 101000 |
Color Harmonies of #42758C
Complementary color
Monochromatic Colors of #42758C
Black with #42758C
Text Example
Text Example
White with #42758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42758C; }
p { color: rgb(66,117,140); }
H1.HeaderClassName
{
color: #42758C;
}
.AnyTagClassName
{
color: #42758C;
}
</style>
background-color css
<style>
a { background-color: #42758C; }
a { background-color: rgb(66,117,140); }
div.DivClassName
{
background-color: #42758C;
}
.BgClassName
{
background-color: #42758C;
}
</style>
border-color css
<style>
span { border-color: #42758C; }
span { border-color: rgb(66,117,140); }
td.TdClassName
{
border-color: #42758C;
}
.TagClassName
{
border-color: #42758C;
}
</style>