#4D4477

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

Shades of Victoria #4D4477

Tints of Victoria #4D4477

Color information

#4D4477 (or 0x4D4477) is unknown color: approx Victoria. HEX triplet: 4D, 44 and 77. RGB value is (77,68,119). Sum of RGB (Red+Green+Blue) = 77+68+119=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D4477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4477 is #B2BB88. Grayscale: #4C4C4C. Windows color (decimal): -11713417 or 7816269. OLE color: 7816269.

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

Color convert

RGB7768119-
CMYK0.350.4300.53
HSL250.59º27.27%36.67%-
HSV(B)250.59º42.86%46.67%-
XYZ8.467.0418.37-
YUV76.5151.98128.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=29.17%
G=25.76%
B=45.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77681190.350.4300.53250.5927.2736.67
Hex4D4477232B035fb1b25
Octal11510416743530653733345
Binary10011011000100111011110001110101101101011111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,119); }

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

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

 a { background-color: rgb(77,68,119); }

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

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

 span { border-color: rgb(77,68,119); }

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