#4B218A

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

Shades of Windsor #4B218A

Tints of Windsor #4B218A

Color information

#4B218A (or 0x4B218A) is unknown color: approx Windsor. HEX triplet: 4B, 21 and 8A. RGB value is (75,33,138). Sum of RGB (Red+Green+Blue) = 75+33+138=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B218A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B218A is #B4DE75. Grayscale: #393939. Windows color (decimal): -11853430 or 9052491. OLE color: 9052491.

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

Color convert

RGB7533138-
CMYK0.460.7600.46
HSL264º61.4%33.53%-
HSV(B)264º76.09%54.12%-
XYZ8.034.4224.47-
YUV57.53173.41140.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=30.49%
G=13.41%
B=56.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75331380.460.7600.4626461.433.53
Hex4B218A2E4C02E1083d22
Octal11341212561140564107542
Binary10010111000011000101010111010011000101110100001000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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