#4C228A

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

Shades of Windsor #4C228A

Tints of Windsor #4C228A

Color information

#4C228A (or 0x4C228A) is unknown color: approx Windsor. HEX triplet: 4C, 22 and 8A. RGB value is (76,34,138). Sum of RGB (Red+Green+Blue) = 76+34+138=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C228A is #B3DD75. Grayscale: #3A3A3A. Windows color (decimal): -11787638 or 9052748. OLE color: 9052748.

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

Color convert

RGB7634138-
CMYK0.450.7500.46
HSL264.23º60.47%33.73%-
HSV(B)264.23º75.36%54.12%-
XYZ8.144.5224.49-
YUV58.41172.91140.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=30.65%
G=13.71%
B=55.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76341380.450.7500.46264.2360.4733.73
Hex4C228A2D4B02E1083c22
Octal11442212551130564107442
Binary10011001000101000101010110110010110101110100001000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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