#4D447F

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

Shades of Victoria #4D447F

Tints of Victoria #4D447F

Color information

#4D447F (or 0x4D447F) is unknown color: approx Victoria. HEX triplet: 4D, 44 and 7F. RGB value is (77,68,127). Sum of RGB (Red+Green+Blue) = 77+68+127=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D447F is #B2BB80. Grayscale: #4D4D4D. Windows color (decimal): -11713409 or 8340557. OLE color: 8340557.

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

Color convert

RGB7768127-
CMYK0.390.4600.50
HSL249.15º30.26%38.24%-
HSV(B)249.15º46.46%49.8%-
XYZ8.967.2421-
YUV77.42155.98127.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.31%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 127 (50% from 255) = 46.69%
R=28.31%
G=25%
B=46.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77681270.390.4600.50249.1530.2638.24
Hex4D447F272E032f91e26
Octal11510417747560623713646
Binary10011011000100111111110011110111001100101111100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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