Shades of Jelly Bean #427194
Tints of Jelly Bean #427194
RGB
CMYK
RGB Variations
Color information
#427194 (or 0x427194) is known color: Jelly Bean. HEX triplet: 42, 71 and 94. RGB value is (66,113,148). Sum of RGB (Red+Green+Blue) = 66+113+148=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #427194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427194 is #BD8E6B. Grayscale: #666666. Windows color (decimal): -12422764 or 9728322. OLE color: 9728322.
HSL color Cylindrical-coordinate representation of color #427194: hue angle of 205.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427194 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 113 | 148 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.42 |
| HSL | 205.61º | 0.38% | 0.42% | - |
| HSV(B) | 205.61º | 0.55% | 0.58% | - |
| XYZ | 13.5 | 15.11 | 30.22 | - |
| YUV | 102.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 148 | 0.55 | 0.24 | 0 | 0.42 | 205.61 | 0.38 | 0.42 |
| Hex | 42 | 71 | 94 | 37 | 18 | 0 | 2A | CE | 26 | 2A |
| Octal | 102 | 161 | 224 | 67 | 30 | 0 | 52 | 316 | 46 | 52 |
| Binary | 1000010 | 1110001 | 10010100 | 110111 | 11000 | 0 | 101010 | 11001110 | 100110 | 101010 |
Color Harmonies of #427194
Complementary color
Monochromatic Colors of #427194
Black with #427194
Text Example
Text Example
White with #427194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427194; }
p { color: rgb(66,113,148); }
H1.HeaderClassName
{
color: #427194;
}
.AnyTagClassName
{
color: #427194;
}
</style>
background-color css
<style>
a { background-color: #427194; }
a { background-color: rgb(66,113,148); }
div.DivClassName
{
background-color: #427194;
}
.BgClassName
{
background-color: #427194;
}
</style>
border-color css
<style>
span { border-color: #427194; }
span { border-color: rgb(66,113,148); }
td.TdClassName
{
border-color: #427194;
}
.TagClassName
{
border-color: #427194;
}
</style>