#4D447E

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

Shades of Victoria #4D447E

Tints of Victoria #4D447E

Color information

#4D447E (or 0x4D447E) is unknown color: approx Victoria. HEX triplet: 4D, 44 and 7E. RGB value is (77,68,126). Sum of RGB (Red+Green+Blue) = 77+68+126=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D447E is #B2BB81. Grayscale: #4D4D4D. Windows color (decimal): -11713410 or 8275021. OLE color: 8275021.

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

Color convert

RGB7768126-
CMYK0.390.4600.51
HSL249.31º29.9%38.04%-
HSV(B)249.31º46.03%49.41%-
XYZ8.897.2220.66-
YUV77.3155.48127.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.41%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=28.41%
G=25.09%
B=46.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77681260.390.4600.51249.3129.938.04
Hex4D447E272E033f91e26
Octal11510417647560633713646
Binary10011011000100111111010011110111001100111111100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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