#4E4582

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

Shades of Victoria #4E4582

Tints of Victoria #4E4582

Color information

#4E4582 (or 0x4E4582) is unknown color: approx Victoria. HEX triplet: 4E, 45 and 82. RGB value is (78,69,130). Sum of RGB (Red+Green+Blue) = 78+69+130=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E4582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4582 is #B1BA7D. Grayscale: #4E4E4E. Windows color (decimal): -11647614 or 8537422. OLE color: 8537422.

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

Color convert

RGB7869130-
CMYK0.400.4700.49
HSL248.85º30.65%39.02%-
HSV(B)248.85º46.92%50.98%-
XYZ9.37.4922.07-
YUV78.65156.98127.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=28.16%
G=24.91%
B=46.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78691300.400.4700.49248.8530.6539.02
Hex4E4582282F031f91f27
Octal11610520250570613713747
Binary100111010001011000001010100010111101100011111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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