#427594

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

Shades of Jelly Bean #427594

Tints of Jelly Bean #427594

Color information

#427594 (or 0x427594) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 94. RGB value is (66,117,148). Sum of RGB (Red+Green+Blue) = 66+117+148=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #427594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427594 is #BD8A6B. Grayscale: #696969. Windows color (decimal): -12421740 or 9729346. OLE color: 9729346.

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

Color convert

RGB66117148-
CMYK0.550.2100.42
HSL202.68º38.32%41.96%-
HSV(B)202.68º55.41%58.04%-
XYZ13.9516.0230.37-
YUV105.28152.199.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=19.94%
G=35.35%
B=44.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661171480.550.2100.42202.6838.3241.96
Hex427594371502Acb262a
Octal10216522467250523134652
Binary100001011101011001010011011110101010101011001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427594; }

 p { color: rgb(66,117,148); }

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

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

 a { background-color: rgb(66,117,148); }

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

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

 span { border-color: rgb(66,117,148); }

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