#427491

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

Shades of Jelly Bean #427491

Tints of Jelly Bean #427491

Color information

#427491 (or 0x427491) is unknown color: approx Jelly Bean. HEX triplet: 42, 74 and 91. RGB value is (66,116,145). Sum of RGB (Red+Green+Blue) = 66+116+145=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #427491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427491 is #BD8B6E. Grayscale: #686868. Windows color (decimal): -12421999 or 9532482. OLE color: 9532482.

HSL color Cylindrical-coordinate representation of color #427491: hue angle of 202.03º 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 #427491 is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66116145-
CMYK0.540.200.43
HSL202.03º37.44%41.37%-
HSV(B)202.03º54.48%56.86%-
XYZ13.615.6929.1-
YUV104.36150.94100.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=20.18%
G=35.47%
B=44.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661161450.540.200.43202.0337.4441.37
Hex427491361402Bca2529
Octal10216422166240533124551
Binary100001011101001001000111011010100010101111001010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427491; }

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

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

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

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

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

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

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

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