#4C397C

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

Shades of Windsor #4C397C

Tints of Windsor #4C397C

Color information

#4C397C (or 0x4C397C) is unknown color: approx Windsor. HEX triplet: 4C, 39 and 7C. RGB value is (76,57,124). Sum of RGB (Red+Green+Blue) = 76+57+124=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C397C is #B3C683. Grayscale: #464646. Windows color (decimal): -11781764 or 8141132. OLE color: 8141132.

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

Color convert

RGB7657124-
CMYK0.390.5400.51
HSL257.01º37.02%35.49%-
HSV(B)257.01º54.03%48.63%-
XYZ8.085.9219.79-
YUV70.32158.29132.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=29.57%
G=22.18%
B=48.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76571240.390.5400.51257.0137.0235.49
Hex4C397C27360331012523
Octal1147117447660634014543
Binary100110011100111111001001111101100110011100000001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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