#4B208D

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

Shades of Windsor #4B208D

Tints of Windsor #4B208D

Color information

#4B208D (or 0x4B208D) is unknown color: approx Windsor. HEX triplet: 4B, 20 and 8D. RGB value is (75,32,141). Sum of RGB (Red+Green+Blue) = 75+32+141=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B208D is #B4DF72. Grayscale: #383838. Windows color (decimal): -11853683 or 9248843. OLE color: 9248843.

HSL color Cylindrical-coordinate representation of color #4B208D: hue angle of 263.67º 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 #4B208D is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7532141-
CMYK0.470.7700.45
HSL263.67º63.01%33.92%-
HSV(B)263.67º77.3%55.29%-
XYZ8.234.4525.63-
YUV57.28175.25140.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 141 (55.47% from 255) = 56.85%
R=30.24%
G=12.90%
B=56.85%

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
Decimal75321410.470.7700.45263.6763.0133.92
Hex4B208D2F4D02D1083f22
Octal11340215571150554107742
Binary10010111000001000110110111110011010101101100001000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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