#4A3577

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

Shades of Windsor #4A3577

Tints of Windsor #4A3577

Color information

#4A3577 (or 0x4A3577) is unknown color: approx Windsor. HEX triplet: 4A, 35 and 77. RGB value is (74,53,119). Sum of RGB (Red+Green+Blue) = 74+53+119=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A3577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3577 is #B5CA88. Grayscale: #424242. Windows color (decimal): -11913865 or 7812426. OLE color: 7812426.

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

Color convert

RGB7453119-
CMYK0.380.5500.53
HSL259.09º38.37%33.73%-
HSV(B)259.09º55.46%46.67%-
XYZ7.435.3318.09-
YUV66.8157.46133.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=30.08%
G=21.54%
B=48.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74531190.380.5500.53259.0938.3733.73
Hex4A357726370351032622
Octal1126516746670654034642
Binary100101011010111101111001101101110110101100000011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,53,119); }

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

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

 a { background-color: rgb(74,53,119); }

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

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

 span { border-color: rgb(74,53,119); }

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