#4E487A

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

Shades of Victoria #4E487A

Tints of Victoria #4E487A

Color information

#4E487A (or 0x4E487A) is unknown color: approx Victoria. HEX triplet: 4E, 48 and 7A. RGB value is (78,72,122). Sum of RGB (Red+Green+Blue) = 78+72+122=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E487A is #B1B785. Grayscale: #4F4F4F. Windows color (decimal): -11646854 or 8013902. OLE color: 8013902.

HSL color Cylindrical-coordinate representation of color #4E487A: hue angle of 247.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E487A is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7872122-
CMYK0.360.4100.52
HSL247.2º25.77%38.04%-
HSV(B)247.2º40.98%47.84%-
XYZ8.977.6619.42-
YUV79.49151.99126.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=28.68%
G=26.47%
B=44.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78721220.360.4100.52247.225.7738.04
Hex4E487A2429034f71a26
Octal11611017244510643673246
Binary10011101001000111101010010010100101101001111011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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