Shades of Jelly Bean #42798C
Tints of Jelly Bean #42798C
RGB
CMYK
RGB Variations
Color information
#42798C (or 0x42798C) is known color: Jelly Bean. HEX triplet: 42, 79 and 8C. RGB value is (66,121,140). Sum of RGB (Red+Green+Blue) = 66+121+140=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #42798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42798C is #BD8673. Grayscale: #6A6A6A. Windows color (decimal): -12420724 or 9206082. OLE color: 9206082.
HSL color Cylindrical-coordinate representation of color #42798C: hue angle of 195.41º 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 #42798C is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 121 | 140 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.45 |
| HSL | 195.41º | 0.36% | 0.4% | - |
| HSV(B) | 195.41º | 0.53% | 0.55% | - |
| XYZ | 13.82 | 16.73 | 27.31 | - |
| YUV | 106.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 140 | 0.53 | 0.14 | 0 | 0.45 | 195.41 | 0.36 | 0.4 |
| Hex | 42 | 79 | 8C | 35 | E | 0 | 2D | C3 | 24 | 28 |
| Octal | 102 | 171 | 214 | 65 | 16 | 0 | 55 | 303 | 44 | 50 |
| Binary | 1000010 | 1111001 | 10001100 | 110101 | 1110 | 0 | 101101 | 11000011 | 100100 | 101000 |
Color Harmonies of #42798C
Complementary color
Monochromatic Colors of #42798C
Black with #42798C
Text Example
Text Example
White with #42798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42798C; }
p { color: rgb(66,121,140); }
H1.HeaderClassName
{
color: #42798C;
}
.AnyTagClassName
{
color: #42798C;
}
</style>
background-color css
<style>
a { background-color: #42798C; }
a { background-color: rgb(66,121,140); }
div.DivClassName
{
background-color: #42798C;
}
.BgClassName
{
background-color: #42798C;
}
</style>
border-color css
<style>
span { border-color: #42798C; }
span { border-color: rgb(66,121,140); }
td.TdClassName
{
border-color: #42798C;
}
.TagClassName
{
border-color: #42798C;
}
</style>