Shades of Jelly Bean #427292
Tints of Jelly Bean #427292
RGB
CMYK
RGB Variations
Color information
#427292 (or 0x427292) is known color: Jelly Bean. HEX triplet: 42, 72 and 92. RGB value is (66,114,146). Sum of RGB (Red+Green+Blue) = 66+114+146=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #427292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427292 is #BD8D6D. Grayscale: #676767. Windows color (decimal): -12422510 or 9597506. OLE color: 9597506.
HSL color Cylindrical-coordinate representation of color #427292: hue angle of 204º 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 #427292 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 114 | 146 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.43 |
| HSL | 204º | 0.38% | 0.42% | - |
| HSV(B) | 204º | 0.55% | 0.57% | - |
| XYZ | 13.45 | 15.27 | 29.43 | - |
| YUV | 103.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 146 | 0.55 | 0.22 | 0 | 0.43 | 204 | 0.38 | 0.42 |
| Hex | 42 | 72 | 92 | 37 | 16 | 0 | 2B | CC | 26 | 2A |
| Octal | 102 | 162 | 222 | 67 | 26 | 0 | 53 | 314 | 46 | 52 |
| Binary | 1000010 | 1110010 | 10010010 | 110111 | 10110 | 0 | 101011 | 11001100 | 100110 | 101010 |
Color Harmonies of #427292
Complementary color
Monochromatic Colors of #427292
Black with #427292
Text Example
Text Example
White with #427292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427292; }
p { color: rgb(66,114,146); }
H1.HeaderClassName
{
color: #427292;
}
.AnyTagClassName
{
color: #427292;
}
</style>
background-color css
<style>
a { background-color: #427292; }
a { background-color: rgb(66,114,146); }
div.DivClassName
{
background-color: #427292;
}
.BgClassName
{
background-color: #427292;
}
</style>
border-color css
<style>
span { border-color: #427292; }
span { border-color: rgb(66,114,146); }
td.TdClassName
{
border-color: #427292;
}
.TagClassName
{
border-color: #427292;
}
</style>