#4B218E

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

Shades of Windsor #4B218E

Tints of Windsor #4B218E

Color information

#4B218E (or 0x4B218E) is unknown color: approx Windsor. HEX triplet: 4B, 21 and 8E. RGB value is (75,33,142). Sum of RGB (Red+Green+Blue) = 75+33+142=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B218E is #B4DE71. Grayscale: #393939. Windows color (decimal): -11853426 or 9314635. OLE color: 9314635.

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

Color convert

RGB7533142-
CMYK0.470.7700.44
HSL263.12º62.29%34.31%-
HSV(B)263.12º76.76%55.69%-
XYZ8.334.5426.03-
YUV57.98175.41140.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=30%
G=13.2%
B=56.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75331420.470.7700.44263.1262.2934.31
Hex4B218E2F4D02C1073e22
Octal11341216571150544077642
Binary10010111000011000111010111110011010101100100000111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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