#4C327F

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

Shades of Windsor #4C327F

Tints of Windsor #4C327F

Color information

#4C327F (or 0x4C327F) is unknown color: approx Windsor. HEX triplet: 4C, 32 and 7F. RGB value is (76,50,127). Sum of RGB (Red+Green+Blue) = 76+50+127=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C327F is #B3CD80. Grayscale: #424242. Windows color (decimal): -11783553 or 8335948. OLE color: 8335948.

HSL color Cylindrical-coordinate representation of color #4C327F: hue angle of 260.26º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C327F is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7650127-
CMYK0.400.6100.50
HSL260.26º43.5%34.71%-
HSV(B)260.26º60.63%49.8%-
XYZ7.955.3520.69-
YUV66.55162.11134.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 127 (50% from 255) = 50.20%
R=30.04%
G=19.76%
B=50.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76501270.400.6100.50260.2643.534.71
Hex4C327F283D0321042c23
Octal1146217750750624045443
Binary100110011001011111111010001111010110010100000100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,127); }

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

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

 a { background-color: rgb(76,50,127); }

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

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

 span { border-color: rgb(76,50,127); }

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