#4D467A

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

Shades of Victoria #4D467A

Tints of Victoria #4D467A

Color information

#4D467A (or 0x4D467A) is unknown color: approx Victoria. HEX triplet: 4D, 46 and 7A. RGB value is (77,70,122). Sum of RGB (Red+Green+Blue) = 77+70+122=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D467A is #B2B985. Grayscale: #4D4D4D. Windows color (decimal): -11712902 or 8013389. OLE color: 8013389.

HSL color Cylindrical-coordinate representation of color #4D467A: hue angle of 248.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D467A is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7770122-
CMYK0.370.4300.52
HSL248.08º27.08%37.65%-
HSV(B)248.08º42.62%47.84%-
XYZ8.767.3619.37-
YUV78.02152.82127.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.62%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=28.62%
G=26.02%
B=45.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77701220.370.4300.52248.0827.0837.65
Hex4D467A252B034f81b26
Octal11510617245530643703346
Binary10011011000110111101010010110101101101001111100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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