#4C3879

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

Shades of Windsor #4C3879

Tints of Windsor #4C3879

Color information

#4C3879 (or 0x4C3879) is unknown color: approx Windsor. HEX triplet: 4C, 38 and 79. RGB value is (76,56,121). Sum of RGB (Red+Green+Blue) = 76+56+121=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C3879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3879 is #B3C786. Grayscale: #454545. Windows color (decimal): -11782023 or 7944268. OLE color: 7944268.

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

Color convert

RGB7656121-
CMYK0.370.5400.53
HSL258.46º36.72%34.71%-
HSV(B)258.46º53.72%47.45%-
XYZ7.855.7518.78-
YUV69.39157.13132.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=30.04%
G=22.13%
B=47.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76561210.370.5400.53258.4636.7234.71
Hex4C387925360351022523
Octal1147017145660654024543
Binary100110011100011110011001011101100110101100000010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,56,121); }

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

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

 a { background-color: rgb(76,56,121); }

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

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

 span { border-color: rgb(76,56,121); }

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