#4C3577

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

Shades of Windsor #4C3577

Tints of Windsor #4C3577

Color information

#4C3577 (or 0x4C3577) is unknown color: approx Windsor. HEX triplet: 4C, 35 and 77. RGB value is (76,53,119). Sum of RGB (Red+Green+Blue) = 76+53+119=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C3577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3577 is #B3CA88. Grayscale: #434343. Windows color (decimal): -11782793 or 7812428. OLE color: 7812428.

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

Color convert

RGB7653119-
CMYK0.360.5500.53
HSL260.91º38.37%33.73%-
HSV(B)260.91º55.46%46.67%-
XYZ7.585.4118.1-
YUV67.4157.12134.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=30.65%
G=21.37%
B=47.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76531190.360.5500.53260.9138.3733.73
Hex4C357724370351052622
Octal1146516744670654054642
Binary100110011010111101111001001101110110101100000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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