#4E2586

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

Shades of Windsor #4E2586

Tints of Windsor #4E2586

Color information

#4E2586 (or 0x4E2586) is unknown color: approx Windsor. HEX triplet: 4E, 25 and 86. RGB value is (78,37,134). Sum of RGB (Red+Green+Blue) = 78+37+134=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E2586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2586 is #B1DA79. Grayscale: #3B3B3B. Windows color (decimal): -11655802 or 8791374. OLE color: 8791374.

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

Color convert

RGB7837134-
CMYK0.420.7200.47
HSL265.36º56.73%33.53%-
HSV(B)265.36º72.39%52.55%-
XYZ8.114.6623.03-
YUV60.32169.58140.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.33%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=31.33%
G=14.86%
B=53.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78371340.420.7200.47265.3656.7333.53
Hex4E25862A4802F1093922
Octal11645206521100574117142
Binary10011101001011000011010101010010000101111100001001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,134); }

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

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

 a { background-color: rgb(78,37,134); }

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

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

 span { border-color: rgb(78,37,134); }

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