Shades of Jelly Bean #42748F
Tints of Jelly Bean #42748F
RGB
CMYK
RGB Variations
Color information
#42748F (or 0x42748F) is known color: Jelly Bean. HEX triplet: 42, 74 and 8F. RGB value is (66,116,143). Sum of RGB (Red+Green+Blue) = 66+116+143=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #42748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42748F is #BD8B70. Grayscale: #676767. Windows color (decimal): -12422001 or 9401410. OLE color: 9401410.
HSL color Cylindrical-coordinate representation of color #42748F: hue angle of 201.04º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42748F is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 116 | 143 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.44 |
| HSL | 201.04º | 0.37% | 0.41% | - |
| HSV(B) | 201.04º | 0.54% | 0.56% | - |
| XYZ | 13.45 | 15.63 | 28.3 | - |
| YUV | 104.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 143 | 0.54 | 0.19 | 0 | 0.44 | 201.04 | 0.37 | 0.41 |
| Hex | 42 | 74 | 8F | 36 | 13 | 0 | 2C | C9 | 25 | 29 |
| Octal | 102 | 164 | 217 | 66 | 23 | 0 | 54 | 311 | 45 | 51 |
| Binary | 1000010 | 1110100 | 10001111 | 110110 | 10011 | 0 | 101100 | 11001001 | 100101 | 101001 |
Color Harmonies of #42748F
Complementary color
Monochromatic Colors of #42748F
Black with #42748F
Text Example
Text Example
White with #42748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42748F; }
p { color: rgb(66,116,143); }
H1.HeaderClassName
{
color: #42748F;
}
.AnyTagClassName
{
color: #42748F;
}
</style>
background-color css
<style>
a { background-color: #42748F; }
a { background-color: rgb(66,116,143); }
div.DivClassName
{
background-color: #42748F;
}
.BgClassName
{
background-color: #42748F;
}
</style>
border-color css
<style>
span { border-color: #42748F; }
span { border-color: rgb(66,116,143); }
td.TdClassName
{
border-color: #42748F;
}
.TagClassName
{
border-color: #42748F;
}
</style>