Shades of Jelly Bean #427A8A
Tints of Jelly Bean #427A8A
RGB
CMYK
RGB Variations
Color information
#427A8A (or 0x427A8A) is known color: Jelly Bean. HEX triplet: 42, 7A and 8A. RGB value is (66,122,138). Sum of RGB (Red+Green+Blue) = 66+122+138=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #427A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A8A is #BD8575. Grayscale: #6A6A6A. Windows color (decimal): -12420470 or 9075266. OLE color: 9075266.
HSL color Cylindrical-coordinate representation of color #427A8A: hue angle of 193.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #427A8A is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 122 | 138 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.46 |
| HSL | 193.33º | 0.35% | 0.4% | - |
| HSV(B) | 193.33º | 0.52% | 0.54% | - |
| XYZ | 13.79 | 16.91 | 26.58 | - |
| YUV | 107.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 138 | 0.52 | 0.12 | 0 | 0.46 | 193.33 | 0.35 | 0.4 |
| Hex | 42 | 7A | 8A | 34 | C | 0 | 2E | C1 | 23 | 28 |
| Octal | 102 | 172 | 212 | 64 | 14 | 0 | 56 | 301 | 43 | 50 |
| Binary | 1000010 | 1111010 | 10001010 | 110100 | 1100 | 0 | 101110 | 11000001 | 100011 | 101000 |
Color Harmonies of #427A8A
Complementary color
Monochromatic Colors of #427A8A
Black with #427A8A
Text Example
Text Example
White with #427A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A8A; }
p { color: rgb(66,122,138); }
H1.HeaderClassName
{
color: #427A8A;
}
.AnyTagClassName
{
color: #427A8A;
}
</style>
background-color css
<style>
a { background-color: #427A8A; }
a { background-color: rgb(66,122,138); }
div.DivClassName
{
background-color: #427A8A;
}
.BgClassName
{
background-color: #427A8A;
}
</style>
border-color css
<style>
span { border-color: #427A8A; }
span { border-color: rgb(66,122,138); }
td.TdClassName
{
border-color: #427A8A;
}
.TagClassName
{
border-color: #427A8A;
}
</style>