#4C2284

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

Shades of Windsor #4C2284

Tints of Windsor #4C2284

Color information

#4C2284 (or 0x4C2284) is unknown color: approx Windsor. HEX triplet: 4C, 22 and 84. RGB value is (76,34,132). Sum of RGB (Red+Green+Blue) = 76+34+132=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C2284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2284 is #B3DD7B. Grayscale: #393939. Windows color (decimal): -11787644 or 8659532. OLE color: 8659532.

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

Color convert

RGB7634132-
CMYK0.420.7400.48
HSL265.71º59.04%32.55%-
HSV(B)265.71º74.24%51.76%-
XYZ7.724.3522.26-
YUV57.73169.91141.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=31.40%
G=14.05%
B=54.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76341320.420.7400.48265.7159.0432.55
Hex4C22842A4A03010a3b21
Octal11442204521120604127341
Binary10011001000101000010010101010010100110000100001010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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