Html Css Color HEX #4E3A7C Windsor

📋 copy color: '#4E3A7C'

red 78 ◦ green 58 ◦ blue 124

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

Shades of Windsor #4E3A7C

Tints of Windsor #4E3A7C

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 value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E3A7C (or 0x4E3A7C) is known color: 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

RGB 78 58 124 -
CMYK 0.37 0.53 0 0.51
HSL 258.18º 0.36% 0.36% -
HSV(B) 258.18º 0.53% 0.49% -
XYZ 8.29 6.1 19.81 -
YUV 71.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 78 58 124 0.37 0.53 0 0.51 258.18 0.36 0.36
Hex 4E 3A 7C 25 35 0 33 102 24 24
Octal 116 72 174 45 65 0 63 402 44 44
Binary 1001110 111010 1111100 100101 110101 0 110011 100000010 100100 100100

Color Harmonies of #4E3A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3A7C

Black with #4E3A7C

Text Example


Text Example

White with #4E3A7C

Text Example


Text Example

HTML Codes & Css Web 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>