Html Css Color HEX #4E467A Victoria

📋 copy color: '#4E467A'

red 78 ◦ green 70 ◦ blue 122

#4E467A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #4E467A

Tints of Victoria #4E467A

RGB

 RED value IS 78 (30.86% from 255) = 28.89%

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 28.89%
G = 25.93%
B = 45.19%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4E467A (or 0x4E467A) is known color: Victoria. HEX triplet: 4E, 46 and 7A. RGB value is (78,70,122). Sum of RGB (Red+Green+Blue) = 78+70+122=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E467A is #B1B985. Grayscale: #4E4E4E. Windows color (decimal): -11647366 or 8013390. OLE color: 8013390.

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

Color convert

RGB 78 70 122 -
CMYK 0.36 0.43 0 0.52
HSL 249.23º 0.27% 0.38% -
HSV(B) 249.23º 0.43% 0.48% -
XYZ 8.84 7.41 19.38 -
YUV 78.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 78 70 122 0.36 0.43 0 0.52 249.23 0.27 0.38
Hex 4E 46 7A 24 2B 0 34 F9 1B 26
Octal 116 106 172 44 53 0 64 371 33 46
Binary 1001110 1000110 1111010 100100 101011 0 110100 11111001 11011 100110

Color Harmonies of #4E467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E467A

Black with #4E467A

Text Example


Text Example

White with #4E467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E467A;
 }
 .AnyTagClassName
 {
   color: #4E467A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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