Html Css Color HEX #4E327C Windsor

📋 copy color: '#4E327C'

red 78 ◦ green 50 ◦ blue 124

#4E327C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #4E327C

Tints of Windsor #4E327C

RGB

 RED value IS 78 (30.86% from 255) = 30.95%

 GREEN value IS 50 (19.92% from 255) = 19.84%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 30.95%
G = 19.84%
B = 49.21%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E327C (or 0x4E327C) is known color: Windsor. HEX triplet: 4E, 32 and 7C. RGB value is (78,50,124). Sum of RGB (Red+Green+Blue) = 78+50+124=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E327C is #B1CD83. Grayscale: #424242. Windows color (decimal): -11652484 or 8139342. OLE color: 8139342.

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

Color convert

RGB 78 50 124 -
CMYK 0.37 0.60 0 0.51
HSL 262.7º 0.43% 0.34% -
HSV(B) 262.7º 0.6% 0.49% -
XYZ 7.92 5.36 19.69 -
YUV 66.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 78 50 124 0.37 0.60 0 0.51 262.7 0.43 0.34
Hex 4E 32 7C 25 3C 0 33 107 2B 22
Octal 116 62 174 45 74 0 63 407 53 42
Binary 1001110 110010 1111100 100101 111100 0 110011 100000111 101011 100010

Color Harmonies of #4E327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E327C

Black with #4E327C

Text Example


Text Example

White with #4E327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E327C;
 }
 .AnyTagClassName
 {
   color: #4E327C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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