#4E427A

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

Shades of Victoria #4E427A

Tints of Victoria #4E427A

Color information

#4E427A (or 0x4E427A) is unknown color: approx Victoria. HEX triplet: 4E, 42 and 7A. RGB value is (78,66,122). Sum of RGB (Red+Green+Blue) = 78+66+122=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E427A is #B1BD85. Grayscale: #4B4B4B. Windows color (decimal): -11648390 or 8012366. OLE color: 8012366.

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

Color convert

RGB7866122-
CMYK0.360.4600.52
HSL252.86º29.79%36.86%-
HSV(B)252.86º45.9%47.84%-
XYZ8.66.9219.29-
YUV75.97153.98129.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=29.32%
G=24.81%
B=45.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78661220.360.4600.52252.8629.7936.86
Hex4E427A242E034fd1e25
Octal11610217244560643753645
Binary10011101000010111101010010010111001101001111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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