#4A3473

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

Shades of Windsor #4A3473

Tints of Windsor #4A3473

Color information

#4A3473 (or 0x4A3473) is unknown color: approx Windsor. HEX triplet: 4A, 34 and 73. RGB value is (74,52,115). Sum of RGB (Red+Green+Blue) = 74+52+115=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3473 is #B5CB8C. Grayscale: #414141. Windows color (decimal): -11914125 or 7550026. OLE color: 7550026.

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

Color convert

RGB7452115-
CMYK0.360.5500.55
HSL260.95º37.72%32.75%-
HSV(B)260.95º54.78%45.1%-
XYZ7.155.1516.84-
YUV65.76155.79133.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=30.71%
G=21.58%
B=47.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74521150.360.5500.55260.9537.7232.75
Hex4A347324370371052621
Octal1126416344670674054641
Binary100101011010011100111001001101110110111100000101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,52,115); }

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

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

 a { background-color: rgb(74,52,115); }

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

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

 span { border-color: rgb(74,52,115); }

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