#4A3079

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

Shades of Windsor #4A3079

Tints of Windsor #4A3079

Color information

#4A3079 (or 0x4A3079) is unknown color: approx Windsor. HEX triplet: 4A, 30 and 79. RGB value is (74,48,121). Sum of RGB (Red+Green+Blue) = 74+48+121=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3079 is #B5CF86. Grayscale: #3F3F3F. Windows color (decimal): -11915143 or 7942218. OLE color: 7942218.

HSL color Cylindrical-coordinate representation of color #4A3079: hue angle of 261.37º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A3079 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7448121-
CMYK0.390.6000.53
HSL261.37º43.2%33.14%-
HSV(B)261.37º60.33%47.45%-
XYZ7.334.9518.66-
YUV64.1160.11135.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=30.45%
G=19.75%
B=49.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74481210.390.6000.53261.3743.233.14
Hex4A3079273C0351052b21
Octal1126017147740654055341
Binary100101011000011110011001111111000110101100000101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,121); }

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

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

 a { background-color: rgb(74,48,121); }

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

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

 span { border-color: rgb(74,48,121); }

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