#427390

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

Shades of Jelly Bean #427390

Tints of Jelly Bean #427390

Color information

#427390 (or 0x427390) is unknown color: approx Jelly Bean. HEX triplet: 42, 73 and 90. RGB value is (66,115,144). Sum of RGB (Red+Green+Blue) = 66+115+144=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #427390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427390 is #BD8C6F. Grayscale: #676767. Windows color (decimal): -12422256 or 9466690. OLE color: 9466690.

HSL color Cylindrical-coordinate representation of color #427390: hue angle of 202.31º 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 #427390 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66115144-
CMYK0.540.2000.44
HSL202.31º37.14%41.18%-
HSV(B)202.31º54.17%56.47%-
XYZ13.4115.4328.66-
YUV103.65150.77101.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=20.31%
G=35.38%
B=44.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661151440.540.2000.44202.3137.1441.18
Hex427390361402Cca2529
Octal10216322066240543124551
Binary100001011100111001000011011010100010110011001010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427390; }

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

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

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

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

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

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

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

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