#4A3676

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

Shades of Windsor #4A3676

Tints of Windsor #4A3676

Color information

#4A3676 (or 0x4A3676) is unknown color: approx Windsor. HEX triplet: 4A, 36 and 76. RGB value is (74,54,118). Sum of RGB (Red+Green+Blue) = 74+54+118=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3676 is #B5C989. Grayscale: #434343. Windows color (decimal): -11913610 or 7747146. OLE color: 7747146.

HSL color Cylindrical-coordinate representation of color #4A3676: hue angle of 258.75º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A3676 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7454118-
CMYK0.370.5400.54
HSL258.75º37.21%33.73%-
HSV(B)258.75º54.24%46.27%-
XYZ7.415.417.79-
YUV67.28156.63132.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=30.08%
G=21.95%
B=47.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74541180.370.5400.54258.7537.2133.73
Hex4A367625360361032522
Octal1126616645660664034542
Binary100101011011011101101001011101100110110100000011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,118); }

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

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

 a { background-color: rgb(74,54,118); }

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

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

 span { border-color: rgb(74,54,118); }

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