#4E3480

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

Shades of Windsor #4E3480

Tints of Windsor #4E3480

Color information

#4E3480 (or 0x4E3480) is unknown color: approx Windsor. HEX triplet: 4E, 34 and 80. RGB value is (78,52,128). Sum of RGB (Red+Green+Blue) = 78+52+128=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E3480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3480 is #B1CB7F. Grayscale: #444444. Windows color (decimal): -11651968 or 8401998. OLE color: 8401998.

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

Color convert

RGB7852128-
CMYK0.390.5900.50
HSL260.53º42.22%35.29%-
HSV(B)260.53º59.38%50.2%-
XYZ8.275.6321.07-
YUV68.44161.61134.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.23%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=30.23%
G=20.16%
B=49.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78521280.390.5900.50260.5342.2235.29
Hex4E3480273B0321052a23
Octal1166420047730624055243
Binary1001110110100100000001001111110110110010100000101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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