#4A3282

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

Shades of Windsor #4A3282

Tints of Windsor #4A3282

Color information

#4A3282 (or 0x4A3282) is unknown color: approx Windsor. HEX triplet: 4A, 32 and 82. RGB value is (74,50,130). Sum of RGB (Red+Green+Blue) = 74+50+130=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A3282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3282 is #B5CD7D. Grayscale: #424242. Windows color (decimal): -11914622 or 8532554. OLE color: 8532554.

HSL color Cylindrical-coordinate representation of color #4A3282: hue angle of 258º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A3282 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7450130-
CMYK0.430.6200.49
HSL258º44.44%35.29%-
HSV(B)258º61.54%50.98%-
XYZ7.995.3521.73-
YUV66.3163.95133.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.13%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=29.13%
G=19.69%
B=51.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74501300.430.6200.4925844.4435.29
Hex4A32822B3E0311022c23
Octal1126220253760614025443
Binary1001010110010100000101010111111100110001100000010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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