#4E2985

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

Shades of Windsor #4E2985

Tints of Windsor #4E2985

Color information

#4E2985 (or 0x4E2985) is unknown color: approx Windsor. HEX triplet: 4E, 29 and 85. RGB value is (78,41,133). Sum of RGB (Red+Green+Blue) = 78+41+133=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E2985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2985 is #B1D67A. Grayscale: #3E3E3E. Windows color (decimal): -11654779 or 8726862. OLE color: 8726862.

HSL color Cylindrical-coordinate representation of color #4E2985: hue angle of 264.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2985 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7841133-
CMYK0.410.6900.48
HSL264.13º52.87%34.12%-
HSV(B)264.13º69.17%52.16%-
XYZ8.174.922.71-
YUV62.55167.76139.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.95%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=30.95%
G=16.27%
B=52.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78411330.410.6900.48264.1352.8734.12
Hex4E298529450301083522
Octal11651205511050604106542
Binary10011101010011000010110100110001010110000100001000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,133); }

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

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

 a { background-color: rgb(78,41,133); }

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

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

 span { border-color: rgb(78,41,133); }

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