#4A208B

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

Shades of Windsor #4A208B

Tints of Windsor #4A208B

Color information

#4A208B (or 0x4A208B) is unknown color: approx Windsor. HEX triplet: 4A, 20 and 8B. RGB value is (74,32,139). Sum of RGB (Red+Green+Blue) = 74+32+139=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A208B is #B5DF74. Grayscale: #383838. Windows color (decimal): -11919221 or 9117770. OLE color: 9117770.

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

Color convert

RGB7432139-
CMYK0.470.7700.45
HSL263.55º62.57%33.53%-
HSV(B)263.55º76.98%54.51%-
XYZ84.3524.84-
YUV56.76174.41140.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=30.20%
G=13.06%
B=56.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74321390.470.7700.45263.5562.5733.53
Hex4A208B2F4D02D1083f22
Octal11240213571150554107742
Binary10010101000001000101110111110011010101101100001000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,139); }

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

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

 a { background-color: rgb(74,32,139); }

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

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

 span { border-color: rgb(74,32,139); }

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