#427393

Color #427393 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #427393

Tints of Jelly Bean #427393

Color information

#427393 (or 0x427393) is unknown color: approx Jelly Bean. HEX triplet: 42, 73 and 93. RGB value is (66,115,147). Sum of RGB (Red+Green+Blue) = 66+115+147=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #427393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427393 is #BD8C6C. Grayscale: #676767. Windows color (decimal): -12422253 or 9663298. OLE color: 9663298.

HSL color Cylindrical-coordinate representation of color #427393: hue angle of 203.7º 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 #427393 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66115147-
CMYK0.550.2200.42
HSL203.7º38.03%41.76%-
HSV(B)203.7º55.1%57.65%-
XYZ13.6415.5329.88-
YUV104152.27100.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=20.12%
G=35.06%
B=44.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661151470.550.2200.42203.738.0341.76
Hex427393371602Acc262a
Octal10216322367260523144652
Binary100001011100111001001111011110110010101011001100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427393; }

 p { color: rgb(66,115,147); }

 H1.HeaderClassName
 {
   color: #427393;
 }
 .AnyTagClassName
 {
   color: #427393;
 }
</style>
background-color css

<style>
 a { background-color: #427393; }

 a { background-color: rgb(66,115,147); }

 div.DivClassName
 {
   background-color: #427393;
 }
 .BgClassName
 {
   background-color: #427393;
 }
</style>
border-color css

<style>
 span { border-color: #427393; }

 span { border-color: rgb(66,115,147); }

 td.TdClassName
 {
   border-color: #427393;
 }
 .TagClassName
 {
   border-color: #427393;
 }
</style>