#4E307F

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

Shades of Windsor #4E307F

Tints of Windsor #4E307F

Color information

#4E307F (or 0x4E307F) is unknown color: approx Windsor. HEX triplet: 4E, 30 and 7F. RGB value is (78,48,127). Sum of RGB (Red+Green+Blue) = 78+48+127=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E307F is #B1CF80. Grayscale: #414141. Windows color (decimal): -11652993 or 8335438. OLE color: 8335438.

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

Color convert

RGB7848127-
CMYK0.390.6200.50
HSL262.78º45.14%34.31%-
HSV(B)262.78º62.2%49.8%-
XYZ8.035.2720.67-
YUV65.98162.44136.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 127 (50% from 255) = 50.20%
R=30.83%
G=18.97%
B=50.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78481270.390.6200.50262.7845.1434.31
Hex4E307F273E0321072d22
Octal1166017747760624075542
Binary100111011000011111111001111111100110010100000111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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