#4D4682

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

Shades of Victoria #4D4682

Tints of Victoria #4D4682

Color information

#4D4682 (or 0x4D4682) is unknown color: approx Victoria. HEX triplet: 4D, 46 and 82. RGB value is (77,70,130). Sum of RGB (Red+Green+Blue) = 77+70+130=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 70 (27.73% from 255 or 25.27% 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 #4D4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4682 is #B2B97D. Grayscale: #4E4E4E. Windows color (decimal): -11712894 or 8537677. OLE color: 8537677.

HSL color Cylindrical-coordinate representation of color #4D4682: hue angle of 247º 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 #4D4682 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7770130-
CMYK0.410.4600.49
HSL247º30%39.22%-
HSV(B)247º46.15%50.98%-
XYZ9.287.5722.09-
YUV78.93156.82126.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=27.80%
G=25.27%
B=46.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77701300.410.4600.492473039.22
Hex4D4682292E031f71e27
Octal11510620251560613673647
Binary100110110001101000001010100110111001100011111011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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