#4A208D

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

Shades of Windsor #4A208D

Tints of Windsor #4A208D

Color information

#4A208D (or 0x4A208D) is unknown color: approx Windsor. HEX triplet: 4A, 20 and 8D. RGB value is (74,32,141). Sum of RGB (Red+Green+Blue) = 74+32+141=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A208D is #B5DF72. Grayscale: #383838. Windows color (decimal): -11919219 or 9248842. OLE color: 9248842.

HSL color Cylindrical-coordinate representation of color #4A208D: hue angle of 263.12º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A208D is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7432141-
CMYK0.480.7700.45
HSL263.12º63.01%33.92%-
HSV(B)263.12º77.3%55.29%-
XYZ8.154.4125.62-
YUV56.98175.41140.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 141 (55.47% from 255) = 57.09%
R=29.96%
G=12.96%
B=57.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74321410.480.7700.45263.1263.0133.92
Hex4A208D304D02D1073f22
Octal11240215601150554077742
Binary10010101000001000110111000010011010101101100000111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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