Shades of Jelly Bean #427A8D
Tints of Jelly Bean #427A8D
RGB
CMYK
RGB Variations
Color information
#427A8D (or 0x427A8D) is known color: Jelly Bean. HEX triplet: 42, 7A and 8D. RGB value is (66,122,141). Sum of RGB (Red+Green+Blue) = 66+122+141=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #427A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A8D is #BD8572. Grayscale: #6B6B6B. Windows color (decimal): -12420467 or 9271874. OLE color: 9271874.
HSL color Cylindrical-coordinate representation of color #427A8D: hue angle of 195.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427A8D is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 122 | 141 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.45 |
| HSL | 195.2º | 0.36% | 0.41% | - |
| HSV(B) | 195.2º | 0.53% | 0.55% | - |
| XYZ | 14.01 | 17 | 27.74 | - |
| YUV | 107.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 141 | 0.53 | 0.13 | 0 | 0.45 | 195.2 | 0.36 | 0.41 |
| Hex | 42 | 7A | 8D | 35 | D | 0 | 2D | C3 | 24 | 29 |
| Octal | 102 | 172 | 215 | 65 | 15 | 0 | 55 | 303 | 44 | 51 |
| Binary | 1000010 | 1111010 | 10001101 | 110101 | 1101 | 0 | 101101 | 11000011 | 100100 | 101001 |
Color Harmonies of #427A8D
Complementary color
Monochromatic Colors of #427A8D
Black with #427A8D
Text Example
Text Example
White with #427A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A8D; }
p { color: rgb(66,122,141); }
H1.HeaderClassName
{
color: #427A8D;
}
.AnyTagClassName
{
color: #427A8D;
}
</style>
background-color css
<style>
a { background-color: #427A8D; }
a { background-color: rgb(66,122,141); }
div.DivClassName
{
background-color: #427A8D;
}
.BgClassName
{
background-color: #427A8D;
}
</style>
border-color css
<style>
span { border-color: #427A8D; }
span { border-color: rgb(66,122,141); }
td.TdClassName
{
border-color: #427A8D;
}
.TagClassName
{
border-color: #427A8D;
}
</style>