#4C2882

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

Shades of Windsor #4C2882

Tints of Windsor #4C2882

Color information

#4C2882 (or 0x4C2882) is unknown color: approx Windsor. HEX triplet: 4C, 28 and 82. RGB value is (76,40,130). Sum of RGB (Red+Green+Blue) = 76+40+130=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C2882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2882 is #B3D77D. Grayscale: #3C3C3C. Windows color (decimal): -11786110 or 8529996. OLE color: 8529996.

HSL color Cylindrical-coordinate representation of color #4C2882: hue angle of 264º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C2882 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7640130-
CMYK0.420.6900.49
HSL264º52.94%33.33%-
HSV(B)264º69.23%50.98%-
XYZ7.774.6721.61-
YUV61.02166.93138.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=30.89%
G=16.26%
B=52.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76401300.420.6900.4926452.9433.33
Hex4C28822A450311083521
Octal11450202521050614106541
Binary10011001010001000001010101010001010110001100001000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,130); }

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

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

 a { background-color: rgb(76,40,130); }

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

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

 span { border-color: rgb(76,40,130); }

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