#4A2083

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

Shades of Windsor #4A2083

Tints of Windsor #4A2083

Color information

#4A2083 (or 0x4A2083) is unknown color: approx Windsor. HEX triplet: 4A, 20 and 83. RGB value is (74,32,131). Sum of RGB (Red+Green+Blue) = 74+32+131=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A2083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2083 is #B5DF7C. Grayscale: #373737. Windows color (decimal): -11919229 or 8593482. OLE color: 8593482.

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

Color convert

RGB7432131-
CMYK0.440.7600.49
HSL265.45º60.74%31.96%-
HSV(B)265.45º75.57%51.37%-
XYZ7.444.1321.88-
YUV55.84170.41140.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=31.22%
G=13.50%
B=55.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74321310.440.7600.49265.4560.7431.96
Hex4A20832C4C0311093d20
Octal11240203541140614117540
Binary10010101000001000001110110010011000110001100001001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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