#4D4481

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

Shades of Victoria #4D4481

Tints of Victoria #4D4481

Color information

#4D4481 (or 0x4D4481) is unknown color: approx Victoria. HEX triplet: 4D, 44 and 81. RGB value is (77,68,129). Sum of RGB (Red+Green+Blue) = 77+68+129=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D4481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4481 is #B2BB7E. Grayscale: #4D4D4D. Windows color (decimal): -11713407 or 8471629. OLE color: 8471629.

HSL color Cylindrical-coordinate representation of color #4D4481: 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 #4D4481 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7768129-
CMYK0.400.4700.49
HSL248.85º30.96%38.63%-
HSV(B)248.85º47.29%50.59%-
XYZ9.097.321.7-
YUV77.64156.98127.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=28.10%
G=24.82%
B=47.08%

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
Decimal77681290.400.4700.49248.8530.9638.63
Hex4D4481282F031f91f27
Octal11510420150570613713747
Binary100110110001001000000110100010111101100011111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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