#4A208A

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

Shades of Windsor #4A208A

Tints of Windsor #4A208A

Color information

#4A208A (or 0x4A208A) is unknown color: approx Windsor. HEX triplet: 4A, 20 and 8A. RGB value is (74,32,138). Sum of RGB (Red+Green+Blue) = 74+32+138=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A208A is #B5DF75. Grayscale: #383838. Windows color (decimal): -11919222 or 9052234. OLE color: 9052234.

HSL color Cylindrical-coordinate representation of color #4A208A: hue angle of 263.77º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A208A is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7432138-
CMYK0.460.7700.46
HSL263.77º62.35%33.33%-
HSV(B)263.77º76.81%54.12%-
XYZ7.934.3224.46-
YUV56.64173.91140.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=30.33%
G=13.11%
B=56.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74321380.460.7700.46263.7762.3533.33
Hex4A208A2E4D02E1083e21
Octal11240212561150564107641
Binary10010101000001000101010111010011010101110100001000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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