#4C2483

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

Shades of Windsor #4C2483

Tints of Windsor #4C2483

Color information

#4C2483 (or 0x4C2483) is unknown color: approx Windsor. HEX triplet: 4C, 24 and 83. RGB value is (76,36,131). Sum of RGB (Red+Green+Blue) = 76+36+131=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C2483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2483 is #B3DB7C. Grayscale: #3A3A3A. Windows color (decimal): -11787133 or 8594508. OLE color: 8594508.

HSL color Cylindrical-coordinate representation of color #4C2483: hue angle of 265.26º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2483 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7636131-
CMYK0.420.7300.49
HSL265.26º56.89%32.75%-
HSV(B)265.26º72.52%51.37%-
XYZ7.714.4421.92-
YUV58.79168.75140.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=31.28%
G=14.81%
B=53.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76361310.420.7300.49265.2656.8932.75
Hex4C24832A490311093921
Octal11444203521110614117141
Binary10011001001001000001110101010010010110001100001001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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