#4E487C

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

Shades of Victoria #4E487C

Tints of Victoria #4E487C

Color information

#4E487C (or 0x4E487C) is unknown color: approx Victoria. HEX triplet: 4E, 48 and 7C. RGB value is (78,72,124). Sum of RGB (Red+Green+Blue) = 78+72+124=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E487C is #B1B783. Grayscale: #4F4F4F. Windows color (decimal): -11646852 or 8144974. OLE color: 8144974.

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

Color convert

RGB7872124-
CMYK0.370.4200.51
HSL246.92º26.53%38.43%-
HSV(B)246.92º41.94%48.63%-
XYZ9.17.7120.08-
YUV79.72152.99126.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=28.47%
G=26.28%
B=45.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78721240.370.4200.51246.9226.5338.43
Hex4E487C252A033f71b26
Octal11611017445520633673346
Binary10011101001000111110010010110101001100111111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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