#427291

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

Shades of Jelly Bean #427291

Tints of Jelly Bean #427291

Color information

#427291 (or 0x427291) is unknown color: approx Jelly Bean. HEX triplet: 42, 72 and 91. RGB value is (66,114,145). Sum of RGB (Red+Green+Blue) = 66+114+145=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #427291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427291 is #BD8D6E. Grayscale: #676767. Windows color (decimal): -12422511 or 9531970. OLE color: 9531970.

HSL color Cylindrical-coordinate representation of color #427291: hue angle of 203.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427291 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66114145-
CMYK0.540.2100.43
HSL203.54º37.44%41.37%-
HSV(B)203.54º54.48%56.86%-
XYZ13.3715.2429.02-
YUV103.18151.6101.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=20.31%
G=35.08%
B=44.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661141450.540.2100.43203.5437.4441.37
Hex427291361502Bcc2529
Octal10216222166250533144551
Binary100001011100101001000111011010101010101111001100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427291; }

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

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

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

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

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

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

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

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