#4E3A7C

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

Shades of Windsor #4E3A7C

Tints of Windsor #4E3A7C

Color information

#4E3A7C (or 0x4E3A7C) is unknown color: approx Windsor. HEX triplet: 4E, 3A and 7C. RGB value is (78,58,124). Sum of RGB (Red+Green+Blue) = 78+58+124=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E3A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A7C is #B1C583. Grayscale: #474747. Windows color (decimal): -11650436 or 8141390. OLE color: 8141390.

HSL color Cylindrical-coordinate representation of color #4E3A7C: hue angle of 258.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E3A7C is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7858124-
CMYK0.370.5300.51
HSL258.18º36.26%35.69%-
HSV(B)258.18º53.23%48.63%-
XYZ8.296.119.81-
YUV71.5157.63132.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=30%
G=22.31%
B=47.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78581240.370.5300.51258.1836.2635.69
Hex4E3A7C25350331022424
Octal1167217445650634024444
Binary100111011101011111001001011101010110011100000010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,124); }

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

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

 a { background-color: rgb(78,58,124); }

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

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

 span { border-color: rgb(78,58,124); }

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