Html Css Color HEX #4E497E Victoria

📋 copy color: '#4E497E'

red 78 ◦ green 73 ◦ blue 126

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

Shades of Victoria #4E497E

Tints of Victoria #4E497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 28.16%
G = 26.35%
B = 45.49%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E497E (or 0x4E497E) is known color: Victoria. HEX triplet: 4E, 49 and 7E. RGB value is (78,73,126). Sum of RGB (Red+Green+Blue) = 78+73+126=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E497E is #B1B681. Grayscale: #505050. Windows color (decimal): -11646594 or 8276302. OLE color: 8276302.

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

Color convert

RGB 78 73 126 -
CMYK 0.38 0.42 0 0.51
HSL 245.66º 0.27% 0.39% -
HSV(B) 245.66º 0.42% 0.49% -
XYZ 9.29 7.89 20.77 -
YUV 80.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 78 73 126 0.38 0.42 0 0.51 245.66 0.27 0.39
Hex 4E 49 7E 26 2A 0 33 F6 1B 27
Octal 116 111 176 46 52 0 63 366 33 47
Binary 1001110 1001001 1111110 100110 101010 0 110011 11110110 11011 100111

Color Harmonies of #4E497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E497E

Black with #4E497E

Text Example


Text Example

White with #4E497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,73,126); }

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

background-color css

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

 a { background-color: rgb(78,73,126); }

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

border-color css

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

 span { border-color: rgb(78,73,126); }

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