Shades of Jelly Bean #42799D
Tints of Jelly Bean #42799D
RGB
CMYK
RGB Variations
Color information
#42799D (or 0x42799D) is known color: Jelly Bean. HEX triplet: 42, 79 and 9D. RGB value is (66,121,157). Sum of RGB (Red+Green+Blue) = 66+121+157=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #42799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42799D is #BD8662. Grayscale: #6C6C6C. Windows color (decimal): -12420707 or 10320194. OLE color: 10320194.
HSL color Cylindrical-coordinate representation of color #42799D: hue angle of 203.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42799D is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 121 | 157 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.38 |
| HSL | 203.74º | 0.41% | 0.44% | - |
| HSV(B) | 203.74º | 0.58% | 0.62% | - |
| XYZ | 15.17 | 17.27 | 34.43 | - |
| YUV | 108.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 157 | 0.58 | 0.23 | 0 | 0.38 | 203.74 | 0.41 | 0.44 |
| Hex | 42 | 79 | 9D | 3A | 17 | 0 | 26 | CC | 29 | 2C |
| Octal | 102 | 171 | 235 | 72 | 27 | 0 | 46 | 314 | 51 | 54 |
| Binary | 1000010 | 1111001 | 10011101 | 111010 | 10111 | 0 | 100110 | 11001100 | 101001 | 101100 |
Color Harmonies of #42799D
Complementary color
Monochromatic Colors of #42799D
Black with #42799D
Text Example
Text Example
White with #42799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42799D; }
p { color: rgb(66,121,157); }
H1.HeaderClassName
{
color: #42799D;
}
.AnyTagClassName
{
color: #42799D;
}
</style>
background-color css
<style>
a { background-color: #42799D; }
a { background-color: rgb(66,121,157); }
div.DivClassName
{
background-color: #42799D;
}
.BgClassName
{
background-color: #42799D;
}
</style>
border-color css
<style>
span { border-color: #42799D; }
span { border-color: rgb(66,121,157); }
td.TdClassName
{
border-color: #42799D;
}
.TagClassName
{
border-color: #42799D;
}
</style>