#4E347E

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

Shades of Windsor #4E347E

Tints of Windsor #4E347E

Color information

#4E347E (or 0x4E347E) is unknown color: approx Windsor. HEX triplet: 4E, 34 and 7E. RGB value is (78,52,126). Sum of RGB (Red+Green+Blue) = 78+52+126=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E347E is #B1CB81. Grayscale: #434343. Windows color (decimal): -11651970 or 8270926. OLE color: 8270926.

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

Color convert

RGB7852126-
CMYK0.380.5900.51
HSL261.08º41.57%34.9%-
HSV(B)261.08º58.73%49.41%-
XYZ8.145.5820.39-
YUV68.21160.61134.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.47%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=30.47%
G=20.31%
B=49.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78521260.380.5900.51261.0841.5734.9
Hex4E347E263B0331052a23
Octal1166417646730634055243
Binary100111011010011111101001101110110110011100000101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,126); }

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

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

 a { background-color: rgb(78,52,126); }

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

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

 span { border-color: rgb(78,52,126); }

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