#4B208A

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

Shades of Windsor #4B208A

Tints of Windsor #4B208A

Color information

#4B208A (or 0x4B208A) is unknown color: approx Windsor. HEX triplet: 4B, 20 and 8A. RGB value is (75,32,138). Sum of RGB (Red+Green+Blue) = 75+32+138=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B208A is #B4DF75. Grayscale: #383838. Windows color (decimal): -11853686 or 9052235. OLE color: 9052235.

HSL color Cylindrical-coordinate representation of color #4B208A: hue angle of 264.34º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B208A is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7532138-
CMYK0.460.7700.46
HSL264.34º62.35%33.33%-
HSV(B)264.34º76.81%54.12%-
XYZ8.014.3624.47-
YUV56.94173.75140.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.61%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=30.61%
G=13.06%
B=56.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75321380.460.7700.46264.3462.3533.33
Hex4B208A2E4D02E1083e21
Octal11340212561150564107641
Binary10010111000001000101010111010011010101110100001000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,138); }

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

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

 a { background-color: rgb(75,32,138); }

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

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

 span { border-color: rgb(75,32,138); }

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