#4A2981

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

Shades of Windsor #4A2981

Tints of Windsor #4A2981

Color information

#4A2981 (or 0x4A2981) is unknown color: approx Windsor. HEX triplet: 4A, 29 and 81. RGB value is (74,41,129). Sum of RGB (Red+Green+Blue) = 74+41+129=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #4A2981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2981 is #B5D67E. Grayscale: #3C3C3C. Windows color (decimal): -11916927 or 8464714. OLE color: 8464714.

HSL color Cylindrical-coordinate representation of color #4A2981: hue angle of 262.5º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2981 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7441129-
CMYK0.430.6800.49
HSL262.5º51.76%33.33%-
HSV(B)262.5º68.22%50.59%-
XYZ7.584.6321.26-
YUV60.9166.43137.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 129 (50.78% from 255) = 52.87%
R=30.33%
G=16.80%
B=52.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74411290.430.6800.49262.551.7633.33
Hex4A29812B440311063421
Octal11251201531040614066441
Binary10010101010011000000110101110001000110001100000110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,129); }

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

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

 a { background-color: rgb(74,41,129); }

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

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

 span { border-color: rgb(74,41,129); }

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