#4A3178

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

Shades of Windsor #4A3178

Tints of Windsor #4A3178

Color information

#4A3178 (or 0x4A3178) is unknown color: approx Windsor. HEX triplet: 4A, 31 and 78. RGB value is (74,49,120). Sum of RGB (Red+Green+Blue) = 74+49+120=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A3178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3178 is #B5CE87. Grayscale: #404040. Windows color (decimal): -11914888 or 7876938. OLE color: 7876938.

HSL color Cylindrical-coordinate representation of color #4A3178: hue angle of 261.13º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A3178 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7449120-
CMYK0.380.5900.53
HSL261.13º42.01%33.14%-
HSV(B)261.13º59.17%47.06%-
XYZ7.315.0118.35-
YUV64.57159.28134.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=30.45%
G=20.16%
B=49.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74491200.380.5900.53261.1342.0133.14
Hex4A3178263B0351052a21
Octal1126117046730654055241
Binary100101011000111110001001101110110110101100000101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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