#4C3678

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

Shades of Windsor #4C3678

Tints of Windsor #4C3678

Color information

#4C3678 (or 0x4C3678) is unknown color: approx Windsor. HEX triplet: 4C, 36 and 78. RGB value is (76,54,120). Sum of RGB (Red+Green+Blue) = 76+54+120=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C3678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3678 is #B3C987. Grayscale: #434343. Windows color (decimal): -11782536 or 7878220. OLE color: 7878220.

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

Color convert

RGB7654120-
CMYK0.370.5500.53
HSL260º37.93%34.12%-
HSV(B)260º55%47.06%-
XYZ7.695.5318.43-
YUV68.1157.29133.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 120 (47.27% from 255) = 48%
R=30.4%
G=21.6%
B=48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76541200.370.5500.5326037.9334.12
Hex4C367825370351042622
Octal1146617045670654044642
Binary100110011011011110001001011101110110101100000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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