#4E4885

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

Shades of Victoria #4E4885

Tints of Victoria #4E4885

Color information

#4E4885 (or 0x4E4885) is unknown color: approx Victoria. HEX triplet: 4E, 48 and 85. RGB value is (78,72,133). Sum of RGB (Red+Green+Blue) = 78+72+133=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E4885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4885 is #B1B77A. Grayscale: #505050. Windows color (decimal): -11646843 or 8734798. OLE color: 8734798.

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

Color convert

RGB7872133-
CMYK0.410.4600.48
HSL245.9º29.76%40.2%-
HSV(B)245.9º45.86%52.16%-
XYZ9.697.9523.21-
YUV80.75157.49126.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=27.56%
G=25.44%
B=47.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78721330.410.4600.48245.929.7640.2
Hex4E4885292E030f61e28
Octal11611020551560603663650
Binary100111010010001000010110100110111001100001111011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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