#4D327A

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

Shades of Windsor #4D327A

Tints of Windsor #4D327A

Color information

#4D327A (or 0x4D327A) is unknown color: approx Windsor. HEX triplet: 4D, 32 and 7A. RGB value is (77,50,122). Sum of RGB (Red+Green+Blue) = 77+50+122=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D327A is #B2CD85. Grayscale: #424242. Windows color (decimal): -11718022 or 8008269. OLE color: 8008269.

HSL color Cylindrical-coordinate representation of color #4D327A: hue angle of 262.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D327A is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7750122-
CMYK0.370.5900.52
HSL262.5º41.86%33.73%-
HSV(B)262.5º59.02%47.84%-
XYZ7.715.2619.02-
YUV66.28159.45135.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.92%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=30.92%
G=20.08%
B=49.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77501220.370.5900.52262.541.8633.73
Hex4D327A253B0341062a22
Octal1156217245730644065242
Binary100110111001011110101001011110110110100100000110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,122); }

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

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

 a { background-color: rgb(77,50,122); }

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

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

 span { border-color: rgb(77,50,122); }

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