#4E4682

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

Shades of Victoria #4E4682

Tints of Victoria #4E4682

Color information

#4E4682 (or 0x4E4682) is unknown color: approx Victoria. HEX triplet: 4E, 46 and 82. RGB value is (78,70,130). Sum of RGB (Red+Green+Blue) = 78+70+130=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4682 is #B1B97D. Grayscale: #4E4E4E. Windows color (decimal): -11647358 or 8537678. OLE color: 8537678.

HSL color Cylindrical-coordinate representation of color #4E4682: hue angle of 248º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E4682 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7870130-
CMYK0.400.4600.49
HSL248º30%39.22%-
HSV(B)248º46.15%50.98%-
XYZ9.367.6122.09-
YUV79.23156.65127.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=28.06%
G=25.18%
B=46.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78701300.400.4600.492483039.22
Hex4E4682282E031f81e27
Octal11610620250560613703647
Binary100111010001101000001010100010111001100011111100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,130); }

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

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

 a { background-color: rgb(78,70,130); }

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

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

 span { border-color: rgb(78,70,130); }

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