#427493

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

Shades of Jelly Bean #427493

Tints of Jelly Bean #427493

Color information

#427493 (or 0x427493) is unknown color: approx Jelly Bean. HEX triplet: 42, 74 and 93. RGB value is (66,116,147). Sum of RGB (Red+Green+Blue) = 66+116+147=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #427493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427493 is #BD8B6C. Grayscale: #686868. Windows color (decimal): -12421997 or 9663554. OLE color: 9663554.

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

Color convert

RGB66116147-
CMYK0.550.2100.42
HSL202.96º38.03%41.76%-
HSV(B)202.96º55.1%57.65%-
XYZ13.7615.7629.92-
YUV104.58151.94100.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=20.06%
G=35.26%
B=44.68%

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
Decimal661161470.550.2100.42202.9638.0341.76
Hex427493371502Acb262a
Octal10216422367250523134652
Binary100001011101001001001111011110101010101011001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427493; }

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

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

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

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

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

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

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

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