#4E467D

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

Shades of Victoria #4E467D

Tints of Victoria #4E467D

Color information

#4E467D (or 0x4E467D) is unknown color: approx Victoria. HEX triplet: 4E, 46 and 7D. RGB value is (78,70,125). Sum of RGB (Red+Green+Blue) = 78+70+125=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E467D is #B1B982. Grayscale: #4E4E4E. Windows color (decimal): -11647363 or 8209998. OLE color: 8209998.

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

Color convert

RGB7870125-
CMYK0.380.4400.51
HSL248.73º28.21%38.24%-
HSV(B)248.73º44%49.02%-
XYZ9.037.4820.37-
YUV78.66154.15127.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=28.57%
G=25.64%
B=45.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78701250.380.4400.51248.7328.2138.24
Hex4E467D262C033f91c26
Octal11610617546540633713446
Binary10011101000110111110110011010110001100111111100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,125); }

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

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

 a { background-color: rgb(78,70,125); }

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

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

 span { border-color: rgb(78,70,125); }

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