Shades of Jelly Bean #427192
Tints of Jelly Bean #427192
RGB
CMYK
RGB Variations
Color information
#427192 (or 0x427192) is known color: Jelly Bean. HEX triplet: 42, 71 and 92. RGB value is (66,113,146). Sum of RGB (Red+Green+Blue) = 66+113+146=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #427192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427192 is #BD8E6D. Grayscale: #666666. Windows color (decimal): -12422766 or 9597250. OLE color: 9597250.
HSL color Cylindrical-coordinate representation of color #427192: hue angle of 204.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427192 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 113 | 146 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.43 |
| HSL | 204.75º | 0.38% | 0.42% | - |
| HSV(B) | 204.75º | 0.55% | 0.57% | - |
| XYZ | 13.34 | 15.04 | 29.39 | - |
| YUV | 102.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 146 | 0.55 | 0.23 | 0 | 0.43 | 204.75 | 0.38 | 0.42 |
| Hex | 42 | 71 | 92 | 37 | 17 | 0 | 2B | CD | 26 | 2A |
| Octal | 102 | 161 | 222 | 67 | 27 | 0 | 53 | 315 | 46 | 52 |
| Binary | 1000010 | 1110001 | 10010010 | 110111 | 10111 | 0 | 101011 | 11001101 | 100110 | 101010 |
Color Harmonies of #427192
Complementary color
Monochromatic Colors of #427192
Black with #427192
Text Example
Text Example
White with #427192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427192; }
p { color: rgb(66,113,146); }
H1.HeaderClassName
{
color: #427192;
}
.AnyTagClassName
{
color: #427192;
}
</style>
background-color css
<style>
a { background-color: #427192; }
a { background-color: rgb(66,113,146); }
div.DivClassName
{
background-color: #427192;
}
.BgClassName
{
background-color: #427192;
}
</style>
border-color css
<style>
span { border-color: #427192; }
span { border-color: rgb(66,113,146); }
td.TdClassName
{
border-color: #427192;
}
.TagClassName
{
border-color: #427192;
}
</style>