#4C228B

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

Shades of Windsor #4C228B

Tints of Windsor #4C228B

Color information

#4C228B (or 0x4C228B) is unknown color: approx Windsor. HEX triplet: 4C, 22 and 8B. RGB value is (76,34,139). Sum of RGB (Red+Green+Blue) = 76+34+139=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C228B is #B3DD74. Grayscale: #3A3A3A. Windows color (decimal): -11787637 or 9118284. OLE color: 9118284.

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

Color convert

RGB7634139-
CMYK0.450.7600.45
HSL264º60.69%33.92%-
HSV(B)264º75.54%54.51%-
XYZ8.214.5424.87-
YUV58.53173.41140.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=30.52%
G=13.65%
B=55.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76341390.450.7600.4526460.6933.92
Hex4C228B2D4C02D1083d22
Octal11442213551140554107542
Binary10011001000101000101110110110011000101101100001000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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