Shades of Jelly Bean #427993
Tints of Jelly Bean #427993
RGB
CMYK
RGB Variations
Color information
#427993 (or 0x427993) is known color: Jelly Bean. HEX triplet: 42, 79 and 93. RGB value is (66,121,147). Sum of RGB (Red+Green+Blue) = 66+121+147=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #427993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427993 is #BD866C. Grayscale: #6B6B6B. Windows color (decimal): -12420717 or 9664834. OLE color: 9664834.
HSL color Cylindrical-coordinate representation of color #427993: hue angle of 199.26º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427993 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 121 | 147 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.42 |
| HSL | 199.26º | 0.38% | 0.42% | - |
| HSV(B) | 199.26º | 0.55% | 0.58% | - |
| XYZ | 14.35 | 16.94 | 30.12 | - |
| YUV | 107.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 147 | 0.55 | 0.18 | 0 | 0.42 | 199.26 | 0.38 | 0.42 |
| Hex | 42 | 79 | 93 | 37 | 12 | 0 | 2A | C7 | 26 | 2A |
| Octal | 102 | 171 | 223 | 67 | 22 | 0 | 52 | 307 | 46 | 52 |
| Binary | 1000010 | 1111001 | 10010011 | 110111 | 10010 | 0 | 101010 | 11000111 | 100110 | 101010 |
Color Harmonies of #427993
Complementary color
Monochromatic Colors of #427993
Black with #427993
Text Example
Text Example
White with #427993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427993; }
p { color: rgb(66,121,147); }
H1.HeaderClassName
{
color: #427993;
}
.AnyTagClassName
{
color: #427993;
}
</style>
background-color css
<style>
a { background-color: #427993; }
a { background-color: rgb(66,121,147); }
div.DivClassName
{
background-color: #427993;
}
.BgClassName
{
background-color: #427993;
}
</style>
border-color css
<style>
span { border-color: #427993; }
span { border-color: rgb(66,121,147); }
td.TdClassName
{
border-color: #427993;
}
.TagClassName
{
border-color: #427993;
}
</style>