#4A327D

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

Shades of Windsor #4A327D

Tints of Windsor #4A327D

Color information

#4A327D (or 0x4A327D) is unknown color: approx Windsor. HEX triplet: 4A, 32 and 7D. RGB value is (74,50,125). Sum of RGB (Red+Green+Blue) = 74+50+125=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A327D is #B5CD82. Grayscale: #414141. Windows color (decimal): -11914627 or 8204874. OLE color: 8204874.

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

Color convert

RGB7450125-
CMYK0.410.6000.51
HSL259.2º42.86%34.31%-
HSV(B)259.2º60%49.02%-
XYZ7.675.2220.01-
YUV65.73161.45133.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=29.72%
G=20.08%
B=50.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74501250.410.6000.51259.242.8634.31
Hex4A327D293C0331032b22
Octal1126217551740634035342
Binary100101011001011111011010011111000110011100000011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,50,125); }

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

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

 a { background-color: rgb(74,50,125); }

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

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

 span { border-color: rgb(74,50,125); }

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