#427293

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

Shades of Jelly Bean #427293

Tints of Jelly Bean #427293

Color information

#427293 (or 0x427293) is unknown color: approx Jelly Bean. HEX triplet: 42, 72 and 93. RGB value is (66,114,147). Sum of RGB (Red+Green+Blue) = 66+114+147=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #427293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427293 is #BD8D6C. Grayscale: #676767. Windows color (decimal): -12422509 or 9663042. OLE color: 9663042.

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

Color convert

RGB66114147-
CMYK0.550.2200.42
HSL204.44º38.03%41.76%-
HSV(B)204.44º55.1%57.65%-
XYZ13.5315.329.84-
YUV103.41152.6101.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=20.18%
G=34.86%
B=44.95%

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
Decimal661141470.550.2200.42204.4438.0341.76
Hex427293371602Acc262a
Octal10216222367260523144652
Binary100001011100101001001111011110110010101011001100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427293; }

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

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

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

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

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

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

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

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