#4E4379

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

Shades of Victoria #4E4379

Tints of Victoria #4E4379

Color information

#4E4379 (or 0x4E4379) is unknown color: approx Victoria. HEX triplet: 4E, 43 and 79. RGB value is (78,67,121). Sum of RGB (Red+Green+Blue) = 78+67+121=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E4379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4379 is #B1BC86. Grayscale: #4C4C4C. Windows color (decimal): -11648135 or 7947086. OLE color: 7947086.

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

Color convert

RGB7867121-
CMYK0.360.4500.53
HSL252.22º28.72%36.86%-
HSV(B)252.22º44.63%47.45%-
XYZ8.67.0118.99-
YUV76.44153.14129.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=29.32%
G=25.19%
B=45.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78671210.360.4500.53252.2228.7236.86
Hex4E4379242D035fc1d25
Octal11610317144550653743545
Binary10011101000011111100110010010110101101011111110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,121); }

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

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

 a { background-color: rgb(78,67,121); }

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

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

 span { border-color: rgb(78,67,121); }

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