#4C2184

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

Shades of Windsor #4C2184

Tints of Windsor #4C2184

Color information

#4C2184 (or 0x4C2184) is unknown color: approx Windsor. HEX triplet: 4C, 21 and 84. RGB value is (76,33,132). Sum of RGB (Red+Green+Blue) = 76+33+132=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2184 is #B3DE7B. Grayscale: #383838. Windows color (decimal): -11787900 or 8659276. OLE color: 8659276.

HSL color Cylindrical-coordinate representation of color #4C2184: hue angle of 266.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2184 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7633132-
CMYK0.420.7500.48
HSL266.06º60%32.35%-
HSV(B)266.06º75%51.76%-
XYZ7.694.2922.25-
YUV57.14170.25141.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=31.54%
G=13.69%
B=54.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76331320.420.7500.48266.066032.35
Hex4C21842A4B03010a3c20
Octal11441204521130604127440
Binary10011001000011000010010101010010110110000100001010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,33,132); }

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

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

 a { background-color: rgb(76,33,132); }

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

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

 span { border-color: rgb(76,33,132); }

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