#4E317F

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

Shades of Windsor #4E317F

Tints of Windsor #4E317F

Color information

#4E317F (or 0x4E317F) is unknown color: approx Windsor. HEX triplet: 4E, 31 and 7F. RGB value is (78,49,127). Sum of RGB (Red+Green+Blue) = 78+49+127=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E317F is #B1CE80. Grayscale: #424242. Windows color (decimal): -11652737 or 8335694. OLE color: 8335694.

HSL color Cylindrical-coordinate representation of color #4E317F: hue angle of 262.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E317F is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7849127-
CMYK0.390.6100.50
HSL262.31º44.32%34.51%-
HSV(B)262.31º61.42%49.8%-
XYZ8.075.3520.69-
YUV66.56162.11136.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 127 (50% from 255) = 50%
R=30.71%
G=19.29%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78491270.390.6100.50262.3144.3234.51
Hex4E317F273D0321062c23
Octal1166117747750624065443
Binary100111011000111111111001111111010110010100000110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,127); }

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

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

 a { background-color: rgb(78,49,127); }

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

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

 span { border-color: rgb(78,49,127); }

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