#4E4F83

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

Shades of Victoria #4E4F83

Tints of Victoria #4E4F83

Color information

#4E4F83 (or 0x4E4F83) is unknown color: approx Victoria. HEX triplet: 4E, 4F and 83. RGB value is (78,79,131). Sum of RGB (Red+Green+Blue) = 78+79+131=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E4F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4F83 is #B1B07C. Grayscale: #545454. Windows color (decimal): -11645053 or 8605518. OLE color: 8605518.

HSL color Cylindrical-coordinate representation of color #4E4F83: hue angle of 238.87º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E4F83 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7879131-
CMYK0.400.4000.49
HSL238.87º25.36%40.98%-
HSV(B)238.87º40.46%51.37%-
XYZ10.038.8522.65-
YUV84.63154.17123.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=27.08%
G=27.43%
B=45.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78791310.400.4000.49238.8725.3640.98
Hex4E4F832828031ef1929
Octal11611720350500613573151
Binary100111010011111000001110100010100001100011110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,131); }

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

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

 a { background-color: rgb(78,79,131); }

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

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

 span { border-color: rgb(78,79,131); }

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