#4A3277

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

Shades of Windsor #4A3277

Tints of Windsor #4A3277

Color information

#4A3277 (or 0x4A3277) is unknown color: approx Windsor. HEX triplet: 4A, 32 and 77. RGB value is (74,50,119). Sum of RGB (Red+Green+Blue) = 74+50+119=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3277 is #B5CD88. Grayscale: #404040. Windows color (decimal): -11914633 or 7811658. OLE color: 7811658.

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

Color convert

RGB7450119-
CMYK0.380.5800.53
HSL260.87º40.83%33.14%-
HSV(B)260.87º57.98%46.67%-
XYZ7.295.0718.05-
YUV65.04158.45134.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=30.45%
G=20.58%
B=48.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74501190.380.5800.53260.8740.8333.14
Hex4A3277263A0351052921
Octal1126216746720654055141
Binary100101011001011101111001101110100110101100000101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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