Shades of Jelly Bean #427197
Tints of Jelly Bean #427197
RGB
CMYK
RGB Variations
Color information
#427197 (or 0x427197) is known color: Jelly Bean. HEX triplet: 42, 71 and 97. RGB value is (66,113,151). Sum of RGB (Red+Green+Blue) = 66+113+151=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #427197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427197 is #BD8E68. Grayscale: #676767. Windows color (decimal): -12422761 or 9924930. OLE color: 9924930.
HSL color Cylindrical-coordinate representation of color #427197: hue angle of 206.82º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427197 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 113 | 151 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.41 |
| HSL | 206.82º | 0.39% | 0.43% | - |
| HSV(B) | 206.82º | 0.56% | 0.59% | - |
| XYZ | 13.74 | 15.2 | 31.49 | - |
| YUV | 103.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 151 | 0.56 | 0.25 | 0 | 0.41 | 206.82 | 0.39 | 0.43 |
| Hex | 42 | 71 | 97 | 38 | 19 | 0 | 29 | CF | 27 | 2B |
| Octal | 102 | 161 | 227 | 70 | 31 | 0 | 51 | 317 | 47 | 53 |
| Binary | 1000010 | 1110001 | 10010111 | 111000 | 11001 | 0 | 101001 | 11001111 | 100111 | 101011 |
Color Harmonies of #427197
Complementary color
Monochromatic Colors of #427197
Black with #427197
Text Example
Text Example
White with #427197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427197; }
p { color: rgb(66,113,151); }
H1.HeaderClassName
{
color: #427197;
}
.AnyTagClassName
{
color: #427197;
}
</style>
background-color css
<style>
a { background-color: #427197; }
a { background-color: rgb(66,113,151); }
div.DivClassName
{
background-color: #427197;
}
.BgClassName
{
background-color: #427197;
}
</style>
border-color css
<style>
span { border-color: #427197; }
span { border-color: rgb(66,113,151); }
td.TdClassName
{
border-color: #427197;
}
.TagClassName
{
border-color: #427197;
}
</style>