#4C3579

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

Shades of Windsor #4C3579

Tints of Windsor #4C3579

Color information

#4C3579 (or 0x4C3579) is unknown color: approx Windsor. HEX triplet: 4C, 35 and 79. RGB value is (76,53,121). Sum of RGB (Red+Green+Blue) = 76+53+121=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3579 is #B3CA86. Grayscale: #434343. Windows color (decimal): -11782791 or 7943500. OLE color: 7943500.

HSL color Cylindrical-coordinate representation of color #4C3579: hue angle of 260.29º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C3579 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7653121-
CMYK0.370.5600.53
HSL260.29º39.08%34.12%-
HSV(B)260.29º56.2%47.45%-
XYZ7.75.4618.74-
YUV67.63158.12133.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=30.4%
G=21.2%
B=48.4%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76531210.370.5600.53260.2939.0834.12
Hex4C357925380351042722
Octal1146517145700654044742
Binary100110011010111110011001011110000110101100000100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,121); }

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

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

 a { background-color: rgb(76,53,121); }

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

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

 span { border-color: rgb(76,53,121); }

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