Html Css Color HEX #4E327E Windsor

📋 copy color: '#4E327E'

red 78 ◦ green 50 ◦ blue 126

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

Shades of Windsor #4E327E

Tints of Windsor #4E327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 30.71%
G = 19.69%
B = 49.61%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E327E (or 0x4E327E) is known color: Windsor. HEX triplet: 4E, 32 and 7E. RGB value is (78,50,126). Sum of RGB (Red+Green+Blue) = 78+50+126=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E327E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E327E is #B1CD81. Grayscale: #424242. Windows color (decimal): -11652482 or 8270414. OLE color: 8270414.

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

Color convert

RGB 78 50 126 -
CMYK 0.38 0.60 0 0.51
HSL 262.11º 0.43% 0.35% -
HSV(B) 262.11º 0.6% 0.49% -
XYZ 8.05 5.41 20.36 -
YUV 67.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 78 50 126 0.38 0.60 0 0.51 262.11 0.43 0.35
Hex 4E 32 7E 26 3C 0 33 106 2B 23
Octal 116 62 176 46 74 0 63 406 53 43
Binary 1001110 110010 1111110 100110 111100 0 110011 100000110 101011 100011

Color Harmonies of #4E327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E327E

Black with #4E327E

Text Example


Text Example

White with #4E327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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