#4C317B

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

Shades of Windsor #4C317B

Tints of Windsor #4C317B

Color information

#4C317B (or 0x4C317B) is unknown color: approx Windsor. HEX triplet: 4C, 31 and 7B. RGB value is (76,49,123). Sum of RGB (Red+Green+Blue) = 76+49+123=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C317B is #B3CE84. Grayscale: #414141. Windows color (decimal): -11783813 or 8073548. OLE color: 8073548.

HSL color Cylindrical-coordinate representation of color #4C317B: hue angle of 261.89º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C317B is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7649123-
CMYK0.380.6000.52
HSL261.89º43.02%33.73%-
HSV(B)261.89º60.16%48.24%-
XYZ7.655.1619.33-
YUV65.51160.45135.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=30.65%
G=19.76%
B=49.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76491230.380.6000.52261.8943.0233.73
Hex4C317B263C0341062b22
Octal1146117346740644065342
Binary100110011000111110111001101111000110100100000110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,123); }

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

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

 a { background-color: rgb(76,49,123); }

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

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

 span { border-color: rgb(76,49,123); }

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