#4D447C

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

Shades of Victoria #4D447C

Tints of Victoria #4D447C

Color information

#4D447C (or 0x4D447C) is unknown color: approx Victoria. HEX triplet: 4D, 44 and 7C. RGB value is (77,68,124). Sum of RGB (Red+Green+Blue) = 77+68+124=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D447C is #B2BB83. Grayscale: #4C4C4C. Windows color (decimal): -11713412 or 8143949. OLE color: 8143949.

HSL color Cylindrical-coordinate representation of color #4D447C: hue angle of 249.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D447C is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7768124-
CMYK0.380.4500.51
HSL249.64º29.17%37.65%-
HSV(B)249.64º45.16%48.63%-
XYZ8.777.1719.99-
YUV77.07154.48127.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.62%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=28.62%
G=25.28%
B=46.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77681240.380.4500.51249.6429.1737.65
Hex4D447C262D033fa1d26
Octal11510417446550633723546
Binary10011011000100111110010011010110101100111111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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