#4C228F

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

Shades of Windsor #4C228F

Tints of Windsor #4C228F

Color information

#4C228F (or 0x4C228F) is unknown color: approx Windsor. HEX triplet: 4C, 22 and 8F. RGB value is (76,34,143). Sum of RGB (Red+Green+Blue) = 76+34+143=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C228F is #B3DD70. Grayscale: #3A3A3A. Windows color (decimal): -11787633 or 9380428. OLE color: 9380428.

HSL color Cylindrical-coordinate representation of color #4C228F: hue angle of 263.12º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C228F is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7634143-
CMYK0.470.7600.44
HSL263.12º61.58%34.71%-
HSV(B)263.12º76.22%56.08%-
XYZ8.514.6626.44-
YUV58.98175.41140.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 143 (56.25% from 255) = 56.52%
R=30.04%
G=13.44%
B=56.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76341430.470.7600.44263.1261.5834.71
Hex4C228F2F4C02C1073e23
Octal11442217571140544077643
Binary10011001000101000111110111110011000101100100000111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C228F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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