#4E487B

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

Shades of Victoria #4E487B

Tints of Victoria #4E487B

Color information

#4E487B (or 0x4E487B) is unknown color: approx Victoria. HEX triplet: 4E, 48 and 7B. RGB value is (78,72,123). Sum of RGB (Red+Green+Blue) = 78+72+123=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E487B is #B1B784. Grayscale: #4F4F4F. Windows color (decimal): -11646853 or 8079438. OLE color: 8079438.

HSL color Cylindrical-coordinate representation of color #4E487B: hue angle of 247.06º 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 #4E487B is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7872123-
CMYK0.370.4100.52
HSL247.06º26.15%38.24%-
HSV(B)247.06º41.46%48.24%-
XYZ9.037.6819.75-
YUV79.61152.49126.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=28.57%
G=26.37%
B=45.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78721230.370.4100.52247.0626.1538.24
Hex4E487B2529034f71a26
Octal11611017345510643673246
Binary10011101001000111101110010110100101101001111011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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