#4C317A

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

Shades of Windsor #4C317A

Tints of Windsor #4C317A

Color information

#4C317A (or 0x4C317A) is unknown color: approx Windsor. HEX triplet: 4C, 31 and 7A. RGB value is (76,49,122). Sum of RGB (Red+Green+Blue) = 76+49+122=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C317A is #B3CE85. Grayscale: #414141. Windows color (decimal): -11783814 or 8008012. OLE color: 8008012.

HSL color Cylindrical-coordinate representation of color #4C317A: hue angle of 262.19º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C317A is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7649122-
CMYK0.380.6000.52
HSL262.19º42.69%33.53%-
HSV(B)262.19º59.84%47.84%-
XYZ7.595.1419-
YUV65.4159.95135.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=30.77%
G=19.84%
B=49.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76491220.380.6000.52262.1942.6933.53
Hex4C317A263C0341062b22
Octal1146117246740644065342
Binary100110011000111110101001101111000110100100000110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,122); }

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

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

 a { background-color: rgb(76,49,122); }

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

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

 span { border-color: rgb(76,49,122); }

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