Shades of Jelly Bean #42748D
Tints of Jelly Bean #42748D
RGB
CMYK
RGB Variations
Color information
#42748D (or 0x42748D) is known color: Jelly Bean. HEX triplet: 42, 74 and 8D. RGB value is (66,116,141). Sum of RGB (Red+Green+Blue) = 66+116+141=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #42748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42748D is #BD8B72. Grayscale: #676767. Windows color (decimal): -12422003 or 9270338. OLE color: 9270338.
HSL color Cylindrical-coordinate representation of color #42748D: hue angle of 200º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42748D is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 116 | 141 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.45 |
| HSL | 200º | 0.36% | 0.41% | - |
| HSV(B) | 200º | 0.53% | 0.55% | - |
| XYZ | 13.3 | 15.57 | 27.5 | - |
| YUV | 103.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 141 | 0.53 | 0.18 | 0 | 0.45 | 200 | 0.36 | 0.41 |
| Hex | 42 | 74 | 8D | 35 | 12 | 0 | 2D | C8 | 24 | 29 |
| Octal | 102 | 164 | 215 | 65 | 22 | 0 | 55 | 310 | 44 | 51 |
| Binary | 1000010 | 1110100 | 10001101 | 110101 | 10010 | 0 | 101101 | 11001000 | 100100 | 101001 |
Color Harmonies of #42748D
Complementary color
Monochromatic Colors of #42748D
Black with #42748D
Text Example
Text Example
White with #42748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42748D; }
p { color: rgb(66,116,141); }
H1.HeaderClassName
{
color: #42748D;
}
.AnyTagClassName
{
color: #42748D;
}
</style>
background-color css
<style>
a { background-color: #42748D; }
a { background-color: rgb(66,116,141); }
div.DivClassName
{
background-color: #42748D;
}
.BgClassName
{
background-color: #42748D;
}
</style>
border-color css
<style>
span { border-color: #42748D; }
span { border-color: rgb(66,116,141); }
td.TdClassName
{
border-color: #42748D;
}
.TagClassName
{
border-color: #42748D;
}
</style>