#427593

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

Shades of Jelly Bean #427593

Tints of Jelly Bean #427593

Color information

#427593 (or 0x427593) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 93. RGB value is (66,117,147). Sum of RGB (Red+Green+Blue) = 66+117+147=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #427593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427593 is #BD8A6C. Grayscale: #696969. Windows color (decimal): -12421741 or 9663810. OLE color: 9663810.

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

Color convert

RGB66117147-
CMYK0.550.2000.42
HSL202.22º38.03%41.76%-
HSV(B)202.22º55.1%57.65%-
XYZ13.8715.9929.96-
YUV105.17151.6100.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=20%
G=35.45%
B=44.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661171470.550.2000.42202.2238.0341.76
Hex427593371402Aca262a
Octal10216522367240523124652
Binary100001011101011001001111011110100010101011001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427593; }

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

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

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

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

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

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

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

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