Shades of Jelly Bean #427F8F
Tints of Jelly Bean #427F8F
RGB
CMYK
RGB Variations
Color information
#427F8F (or 0x427F8F) is known color: Jelly Bean. HEX triplet: 42, 7F and 8F. RGB value is (66,127,143). Sum of RGB (Red+Green+Blue) = 66+127+143=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #427F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F8F is #BD8070. Grayscale: #6E6E6E. Windows color (decimal): -12419185 or 9404226. OLE color: 9404226.
HSL color Cylindrical-coordinate representation of color #427F8F: hue angle of 192.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427F8F is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 127 | 143 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.44 |
| HSL | 192.47º | 0.37% | 0.41% | - |
| HSV(B) | 192.47º | 0.54% | 0.56% | - |
| XYZ | 14.79 | 18.32 | 28.74 | - |
| YUV | 110.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 143 | 0.54 | 0.11 | 0 | 0.44 | 192.47 | 0.37 | 0.41 |
| Hex | 42 | 7F | 8F | 36 | B | 0 | 2C | C0 | 25 | 29 |
| Octal | 102 | 177 | 217 | 66 | 13 | 0 | 54 | 300 | 45 | 51 |
| Binary | 1000010 | 1111111 | 10001111 | 110110 | 1011 | 0 | 101100 | 11000000 | 100101 | 101001 |
Color Harmonies of #427F8F
Complementary color
Monochromatic Colors of #427F8F
Black with #427F8F
Text Example
Text Example
White with #427F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F8F; }
p { color: rgb(66,127,143); }
H1.HeaderClassName
{
color: #427F8F;
}
.AnyTagClassName
{
color: #427F8F;
}
</style>
background-color css
<style>
a { background-color: #427F8F; }
a { background-color: rgb(66,127,143); }
div.DivClassName
{
background-color: #427F8F;
}
.BgClassName
{
background-color: #427F8F;
}
</style>
border-color css
<style>
span { border-color: #427F8F; }
span { border-color: rgb(66,127,143); }
td.TdClassName
{
border-color: #427F8F;
}
.TagClassName
{
border-color: #427F8F;
}
</style>