#4D2480

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

Shades of Windsor #4D2480

Tints of Windsor #4D2480

Color information

#4D2480 (or 0x4D2480) is unknown color: approx Windsor. HEX triplet: 4D, 24 and 80. RGB value is (77,36,128). Sum of RGB (Red+Green+Blue) = 77+36+128=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D2480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2480 is #B2DB7F. Grayscale: #3A3A3A. Windows color (decimal): -11721600 or 8397901. OLE color: 8397901.

HSL color Cylindrical-coordinate representation of color #4D2480: hue angle of 266.74º 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 #4D2480 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7736128-
CMYK0.400.7200.50
HSL266.74º56.1%32.16%-
HSV(B)266.74º71.88%50.2%-
XYZ7.594.420.87-
YUV58.75167.08141.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=31.95%
G=14.94%
B=53.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77361280.400.7200.50266.7456.132.16
Hex4D2480284803210b3820
Octal11544200501100624137040
Binary10011011001001000000010100010010000110010100001011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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