#4C3778

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

Shades of Windsor #4C3778

Tints of Windsor #4C3778

Color information

#4C3778 (or 0x4C3778) is unknown color: approx Windsor. HEX triplet: 4C, 37 and 78. RGB value is (76,55,120). Sum of RGB (Red+Green+Blue) = 76+55+120=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3778 is #B3C887. Grayscale: #444444. Windows color (decimal): -11782280 or 7878476. OLE color: 7878476.

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

Color convert

RGB7655120-
CMYK0.370.5400.53
HSL259.38º37.14%34.31%-
HSV(B)259.38º54.17%47.06%-
XYZ7.745.6218.45-
YUV68.69156.96133.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=30.28%
G=21.91%
B=47.81%

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
Decimal76551200.370.5400.53259.3837.1434.31
Hex4C377825360351032522
Octal1146717045660654034542
Binary100110011011111110001001011101100110101100000011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,120); }

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

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

 a { background-color: rgb(76,55,120); }

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

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

 span { border-color: rgb(76,55,120); }

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