#4C208A

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

Shades of Windsor #4C208A

Tints of Windsor #4C208A

Color information

#4C208A (or 0x4C208A) is unknown color: approx Windsor. HEX triplet: 4C, 20 and 8A. RGB value is (76,32,138). Sum of RGB (Red+Green+Blue) = 76+32+138=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C208A is #B3DF75. Grayscale: #383838. Windows color (decimal): -11788150 or 9052236. OLE color: 9052236.

HSL color Cylindrical-coordinate representation of color #4C208A: hue angle of 264.91º 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 #4C208A is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7632138-
CMYK0.450.7700.46
HSL264.91º62.35%33.33%-
HSV(B)264.91º76.81%54.12%-
XYZ8.084.424.47-
YUV57.24173.58141.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=30.89%
G=13.01%
B=56.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76321380.450.7700.46264.9162.3533.33
Hex4C208A2D4D02E1093e21
Octal11440212551150564117641
Binary10011001000001000101010110110011010101110100001001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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