Shades of Jelly Bean #427A9F
Tints of Jelly Bean #427A9F
RGB
CMYK
RGB Variations
Color information
#427A9F (or 0x427A9F) is known color: Jelly Bean. HEX triplet: 42, 7A and 9F. RGB value is (66,122,159). Sum of RGB (Red+Green+Blue) = 66+122+159=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #427A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A9F is #BD8560. Grayscale: #6D6D6D. Windows color (decimal): -12420449 or 10451522. OLE color: 10451522.
HSL color Cylindrical-coordinate representation of color #427A9F: hue angle of 203.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427A9F is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 122 | 159 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.38 |
| HSL | 203.87º | 0.41% | 0.44% | - |
| HSV(B) | 203.87º | 0.58% | 0.62% | - |
| XYZ | 15.46 | 17.58 | 35.38 | - |
| YUV | 109.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 159 | 0.58 | 0.23 | 0 | 0.38 | 203.87 | 0.41 | 0.44 |
| Hex | 42 | 7A | 9F | 3A | 17 | 0 | 26 | CC | 29 | 2C |
| Octal | 102 | 172 | 237 | 72 | 27 | 0 | 46 | 314 | 51 | 54 |
| Binary | 1000010 | 1111010 | 10011111 | 111010 | 10111 | 0 | 100110 | 11001100 | 101001 | 101100 |
Color Harmonies of #427A9F
Complementary color
Monochromatic Colors of #427A9F
Black with #427A9F
Text Example
Text Example
White with #427A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A9F; }
p { color: rgb(66,122,159); }
H1.HeaderClassName
{
color: #427A9F;
}
.AnyTagClassName
{
color: #427A9F;
}
</style>
background-color css
<style>
a { background-color: #427A9F; }
a { background-color: rgb(66,122,159); }
div.DivClassName
{
background-color: #427A9F;
}
.BgClassName
{
background-color: #427A9F;
}
</style>
border-color css
<style>
span { border-color: #427A9F; }
span { border-color: rgb(66,122,159); }
td.TdClassName
{
border-color: #427A9F;
}
.TagClassName
{
border-color: #427A9F;
}
</style>