Html Css Color HEX #4E3878 Windsor

📋 copy color: '#4E3878'

red 78 ◦ green 56 ◦ blue 120

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

Shades of Windsor #4E3878

Tints of Windsor #4E3878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 30.71%
G = 22.05%
B = 47.24%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E3878 (or 0x4E3878) is known color: Windsor. HEX triplet: 4E, 38 and 78. RGB value is (78,56,120). Sum of RGB (Red+Green+Blue) = 78+56+120=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3878 is #B1C787. Grayscale: #454545. Windows color (decimal): -11650952 or 7878734. OLE color: 7878734.

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

Color convert

RGB 78 56 120 -
CMYK 0.35 0.53 0 0.53
HSL 260.63º 0.36% 0.35% -
HSV(B) 260.63º 0.53% 0.47% -
XYZ 7.95 5.8 18.47 -
YUV 69.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 78 56 120 0.35 0.53 0 0.53 260.63 0.36 0.35
Hex 4E 38 78 23 35 0 35 105 24 23
Octal 116 70 170 43 65 0 65 405 44 43
Binary 1001110 111000 1111000 100011 110101 0 110101 100000101 100100 100011

Color Harmonies of #4E3878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3878

Black with #4E3878

Text Example


Text Example

White with #4E3878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,120); }

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

background-color css

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

 a { background-color: rgb(78,56,120); }

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

border-color css

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

 span { border-color: rgb(78,56,120); }

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