#4A2085

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

Shades of Windsor #4A2085

Tints of Windsor #4A2085

Color information

#4A2085 (or 0x4A2085) is unknown color: approx Windsor. HEX triplet: 4A, 20 and 85. RGB value is (74,32,133). Sum of RGB (Red+Green+Blue) = 74+32+133=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A2085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2085 is #B5DF7A. Grayscale: #373737. Windows color (decimal): -11919227 or 8724554. OLE color: 8724554.

HSL color Cylindrical-coordinate representation of color #4A2085: hue angle of 264.95º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A2085 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7432133-
CMYK0.440.7600.48
HSL264.95º61.21%32.35%-
HSV(B)264.95º75.94%52.16%-
XYZ7.574.1822.6-
YUV56.07171.41140.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=30.96%
G=13.39%
B=55.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74321330.440.7600.48264.9561.2132.35
Hex4A20852C4C0301093d20
Octal11240205541140604117540
Binary10010101000001000010110110010011000110000100001001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,133); }

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

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

 a { background-color: rgb(74,32,133); }

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

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

 span { border-color: rgb(74,32,133); }

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