#4C3A7C

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

Shades of Windsor #4C3A7C

Tints of Windsor #4C3A7C

Color information

#4C3A7C (or 0x4C3A7C) is unknown color: approx Windsor. HEX triplet: 4C, 3A and 7C. RGB value is (76,58,124). Sum of RGB (Red+Green+Blue) = 76+58+124=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C3A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A7C is #B3C583. Grayscale: #464646. Windows color (decimal): -11781508 or 8141388. OLE color: 8141388.

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

Color convert

RGB7658124-
CMYK0.390.5300.51
HSL256.36º36.26%35.69%-
HSV(B)256.36º53.23%48.63%-
XYZ8.136.0219.8-
YUV70.91157.96131.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.46%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=29.46%
G=22.48%
B=48.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76581240.390.5300.51256.3636.2635.69
Hex4C3A7C27350331002424
Octal1147217447650634004444
Binary100110011101011111001001111101010110011100000000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,124); }

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

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

 a { background-color: rgb(76,58,124); }

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

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

 span { border-color: rgb(76,58,124); }

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