#4E487F

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

Shades of Victoria #4E487F

Tints of Victoria #4E487F

Color information

#4E487F (or 0x4E487F) is unknown color: approx Victoria. HEX triplet: 4E, 48 and 7F. RGB value is (78,72,127). Sum of RGB (Red+Green+Blue) = 78+72+127=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E487F is #B1B780. Grayscale: #4F4F4F. Windows color (decimal): -11646849 or 8341582. OLE color: 8341582.

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

Color convert

RGB7872127-
CMYK0.390.4300.50
HSL246.55º27.64%39.02%-
HSV(B)246.55º43.31%49.8%-
XYZ9.297.7921.09-
YUV80.06154.49126.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 127 (50% from 255) = 45.85%
R=28.16%
G=25.99%
B=45.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78721270.390.4300.50246.5527.6439.02
Hex4E487F272B032f71c27
Octal11611017747530623673447
Binary10011101001000111111110011110101101100101111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,127); }

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

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

 a { background-color: rgb(78,72,127); }

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

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

 span { border-color: rgb(78,72,127); }

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