Shades of Jelly Bean #42759A
Tints of Jelly Bean #42759A
RGB
CMYK
RGB Variations
Color information
#42759A (or 0x42759A) is known color: Jelly Bean. HEX triplet: 42, 75 and 9A. RGB value is (66,117,154). Sum of RGB (Red+Green+Blue) = 66+117+154=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #42759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42759A is #BD8A65. Grayscale: #696969. Windows color (decimal): -12421734 or 10122562. OLE color: 10122562.
HSL color Cylindrical-coordinate representation of color #42759A: hue angle of 205.23º 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 #42759A is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 117 | 154 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.40 |
| HSL | 205.23º | 0.4% | 0.43% | - |
| HSV(B) | 205.23º | 0.57% | 0.6% | - |
| XYZ | 14.44 | 16.21 | 32.94 | - |
| YUV | 105.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 154 | 0.57 | 0.24 | 0 | 0.40 | 205.23 | 0.4 | 0.43 |
| Hex | 42 | 75 | 9A | 39 | 18 | 0 | 28 | CD | 28 | 2B |
| Octal | 102 | 165 | 232 | 71 | 30 | 0 | 50 | 315 | 50 | 53 |
| Binary | 1000010 | 1110101 | 10011010 | 111001 | 11000 | 0 | 101000 | 11001101 | 101000 | 101011 |
Color Harmonies of #42759A
Complementary color
Monochromatic Colors of #42759A
Black with #42759A
Text Example
Text Example
White with #42759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42759A; }
p { color: rgb(66,117,154); }
H1.HeaderClassName
{
color: #42759A;
}
.AnyTagClassName
{
color: #42759A;
}
</style>
background-color css
<style>
a { background-color: #42759A; }
a { background-color: rgb(66,117,154); }
div.DivClassName
{
background-color: #42759A;
}
.BgClassName
{
background-color: #42759A;
}
</style>
border-color css
<style>
span { border-color: #42759A; }
span { border-color: rgb(66,117,154); }
td.TdClassName
{
border-color: #42759A;
}
.TagClassName
{
border-color: #42759A;
}
</style>