#4E2684

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

Shades of Windsor #4E2684

Tints of Windsor #4E2684

Color information

#4E2684 (or 0x4E2684) is unknown color: approx Windsor. HEX triplet: 4E, 26 and 84. RGB value is (78,38,132). Sum of RGB (Red+Green+Blue) = 78+38+132=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E2684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2684 is #B1D97B. Grayscale: #3C3C3C. Windows color (decimal): -11655548 or 8660558. OLE color: 8660558.

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

Color convert

RGB7838132-
CMYK0.410.7100.48
HSL265.53º55.29%33.33%-
HSV(B)265.53º71.21%51.76%-
XYZ84.6722.31-
YUV60.68168.25140.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=31.45%
G=15.32%
B=53.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78381320.410.7100.48265.5355.2933.33
Hex4E2684294703010a3721
Octal11646204511070604126741
Binary10011101001101000010010100110001110110000100001010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,38,132); }

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

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

 a { background-color: rgb(78,38,132); }

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

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

 span { border-color: rgb(78,38,132); }

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