#4C3576

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

Shades of Windsor #4C3576

Tints of Windsor #4C3576

Color information

#4C3576 (or 0x4C3576) is unknown color: approx Windsor. HEX triplet: 4C, 35 and 76. RGB value is (76,53,118). Sum of RGB (Red+Green+Blue) = 76+53+118=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3576 is #B3CA89. Grayscale: #434343. Windows color (decimal): -11782794 or 7746892. OLE color: 7746892.

HSL color Cylindrical-coordinate representation of color #4C3576: hue angle of 261.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C3576 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7653118-
CMYK0.360.5500.54
HSL261.23º38.01%33.53%-
HSV(B)261.23º55.08%46.27%-
XYZ7.525.3917.78-
YUV67.29156.62134.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=30.77%
G=21.46%
B=47.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76531180.360.5500.54261.2338.0133.53
Hex4C357624370361052622
Octal1146516644670664054642
Binary100110011010111101101001001101110110110100000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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