Shades of Jelly Bean #427B91
Tints of Jelly Bean #427B91
RGB
CMYK
RGB Variations
Color information
#427B91 (or 0x427B91) is known color: Jelly Bean. HEX triplet: 42, 7B and 91. RGB value is (66,123,145). Sum of RGB (Red+Green+Blue) = 66+123+145=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #427B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427B91 is #BD846E. Grayscale: #6C6C6C. Windows color (decimal): -12420207 or 9534274. OLE color: 9534274.
HSL color Cylindrical-coordinate representation of color #427B91: hue angle of 196.71º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427B91 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 123 | 145 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.43 |
| HSL | 196.71º | 0.37% | 0.41% | - |
| HSV(B) | 196.71º | 0.54% | 0.57% | - |
| XYZ | 14.44 | 17.37 | 29.38 | - |
| YUV | 108.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 145 | 0.54 | 0.15 | 0 | 0.43 | 196.71 | 0.37 | 0.41 |
| Hex | 42 | 7B | 91 | 36 | F | 0 | 2B | C5 | 25 | 29 |
| Octal | 102 | 173 | 221 | 66 | 17 | 0 | 53 | 305 | 45 | 51 |
| Binary | 1000010 | 1111011 | 10010001 | 110110 | 1111 | 0 | 101011 | 11000101 | 100101 | 101001 |
Color Harmonies of #427B91
Complementary color
Monochromatic Colors of #427B91
Black with #427B91
Text Example
Text Example
White with #427B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B91; }
p { color: rgb(66,123,145); }
H1.HeaderClassName
{
color: #427B91;
}
.AnyTagClassName
{
color: #427B91;
}
</style>
background-color css
<style>
a { background-color: #427B91; }
a { background-color: rgb(66,123,145); }
div.DivClassName
{
background-color: #427B91;
}
.BgClassName
{
background-color: #427B91;
}
</style>
border-color css
<style>
span { border-color: #427B91; }
span { border-color: rgb(66,123,145); }
td.TdClassName
{
border-color: #427B91;
}
.TagClassName
{
border-color: #427B91;
}
</style>