#4E4D80

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

Shades of Victoria #4E4D80

Tints of Victoria #4E4D80

Color information

#4E4D80 (or 0x4E4D80) is unknown color: approx Victoria. HEX triplet: 4E, 4D and 80. RGB value is (78,77,128). Sum of RGB (Red+Green+Blue) = 78+77+128=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E4D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4D80 is #B1B27F. Grayscale: #525252. Windows color (decimal): -11645568 or 8408398. OLE color: 8408398.

HSL color Cylindrical-coordinate representation of color #4E4D80: hue angle of 241.18º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E4D80 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7877128-
CMYK0.390.4000.50
HSL241.18º24.88%40.2%-
HSV(B)241.18º39.84%50.2%-
XYZ9.698.4921.55-
YUV83.11153.33124.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=27.56%
G=27.21%
B=45.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78771280.390.4000.50241.1824.8840.2
Hex4E4D802728032f11928
Octal11611520047500623613150
Binary100111010011011000000010011110100001100101111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,77,128); }

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

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

 a { background-color: rgb(78,77,128); }

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

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

 span { border-color: rgb(78,77,128); }

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