#4A2C86

Color #4A2C86 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4A2C86

Tints of Windsor #4A2C86

Color information

#4A2C86 (or 0x4A2C86) is unknown color: approx Windsor. HEX triplet: 4A, 2C and 86. RGB value is (74,44,134). Sum of RGB (Red+Green+Blue) = 74+44+134=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A2C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2C86 is #B5D379. Grayscale: #3E3E3E. Windows color (decimal): -11916154 or 8793162. OLE color: 8793162.

HSL color Cylindrical-coordinate representation of color #4A2C86: hue angle of 260º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A2C86 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7444134-
CMYK0.450.6700.47
HSL260º50.56%34.9%-
HSV(B)260º67.16%52.55%-
XYZ8.034.9823.09-
YUV63.23167.94135.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 134 (52.73% from 255) = 53.17%
R=29.37%
G=17.46%
B=53.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74441340.450.6700.4726050.5634.9
Hex4A2C862D4302F1043323
Octal11254206551030574046343
Binary10010101011001000011010110110000110101111100000100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2C86; }

 p { color: rgb(74,44,134); }

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

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

 a { background-color: rgb(74,44,134); }

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

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

 span { border-color: rgb(74,44,134); }

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