#4A317E

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

Shades of Windsor #4A317E

Tints of Windsor #4A317E

Color information

#4A317E (or 0x4A317E) is unknown color: approx Windsor. HEX triplet: 4A, 31 and 7E. RGB value is (74,49,126). Sum of RGB (Red+Green+Blue) = 74+49+126=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A317E is #B5CE81. Grayscale: #404040. Windows color (decimal): -11914882 or 8270154. OLE color: 8270154.

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

Color convert

RGB7449126-
CMYK0.410.6100.51
HSL259.48º44%34.31%-
HSV(B)259.48º61.11%49.41%-
XYZ7.695.1620.33-
YUV65.25162.28134.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=29.72%
G=19.68%
B=50.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74491260.410.6100.51259.484434.31
Hex4A317E293D0331032c22
Octal1126117651750634035442
Binary100101011000111111101010011111010110011100000011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,49,126); }

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

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

 a { background-color: rgb(74,49,126); }

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

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

 span { border-color: rgb(74,49,126); }

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