#427591

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

Shades of Jelly Bean #427591

Tints of Jelly Bean #427591

Color information

#427591 (or 0x427591) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 91. RGB value is (66,117,145). Sum of RGB (Red+Green+Blue) = 66+117+145=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #427591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427591 is #BD8A6E. Grayscale: #686868. Windows color (decimal): -12421743 or 9532738. OLE color: 9532738.

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

Color convert

RGB66117145-
CMYK0.540.1900.43
HSL201.27º37.44%41.37%-
HSV(B)201.27º54.48%56.86%-
XYZ13.7215.9329.14-
YUV104.94150.6100.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=20.12%
G=35.67%
B=44.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661171450.540.1900.43201.2737.4441.37
Hex427591361302Bc92529
Octal10216522166230533114551
Binary100001011101011001000111011010011010101111001001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427591; }

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

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

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

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

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

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

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

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