#4C2480

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

Shades of Windsor #4C2480

Tints of Windsor #4C2480

Color information

#4C2480 (or 0x4C2480) is unknown color: approx Windsor. HEX triplet: 4C, 24 and 80. RGB value is (76,36,128). Sum of RGB (Red+Green+Blue) = 76+36+128=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2480 is #B3DB7F. Grayscale: #3A3A3A. Windows color (decimal): -11787136 or 8397900. OLE color: 8397900.

HSL color Cylindrical-coordinate representation of color #4C2480: hue angle of 266.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C2480 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7636128-
CMYK0.410.7200.50
HSL266.09º56.1%32.16%-
HSV(B)266.09º71.88%50.2%-
XYZ7.514.3620.87-
YUV58.45167.25140.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=31.67%
G=15%
B=53.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76361280.410.7200.50266.0956.132.16
Hex4C2480294803210a3820
Octal11444200511100624127040
Binary10011001001001000000010100110010000110010100001010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,128); }

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

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

 a { background-color: rgb(76,36,128); }

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

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

 span { border-color: rgb(76,36,128); }

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