#4B218B

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

Shades of Windsor #4B218B

Tints of Windsor #4B218B

Color information

#4B218B (or 0x4B218B) is unknown color: approx Windsor. HEX triplet: 4B, 21 and 8B. RGB value is (75,33,139). Sum of RGB (Red+Green+Blue) = 75+33+139=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B218B is #B4DE74. Grayscale: #393939. Windows color (decimal): -11853429 or 9118027. OLE color: 9118027.

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

Color convert

RGB7533139-
CMYK0.460.7600.45
HSL263.77º61.63%33.73%-
HSV(B)263.77º76.26%54.51%-
XYZ8.114.4524.86-
YUV57.64173.91140.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=30.36%
G=13.36%
B=56.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75331390.460.7600.45263.7761.6333.73
Hex4B218B2E4C02D1083e22
Octal11341213561140554107642
Binary10010111000011000101110111010011000101101100001000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,139); }

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

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

 a { background-color: rgb(75,33,139); }

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

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

 span { border-color: rgb(75,33,139); }

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