Html Css Color HEX #4E477E Victoria

📋 copy color: '#4E477E'

red 78 ◦ green 71 ◦ blue 126

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

Shades of Victoria #4E477E

Tints of Victoria #4E477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 28.36%
G = 25.82%
B = 45.82%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E477E (or 0x4E477E) is known color: Victoria. HEX triplet: 4E, 47 and 7E. RGB value is (78,71,126). Sum of RGB (Red+Green+Blue) = 78+71+126=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E477E is #B1B881. Grayscale: #4F4F4F. Windows color (decimal): -11647106 or 8275790. OLE color: 8275790.

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

Color convert

RGB 78 71 126 -
CMYK 0.38 0.44 0 0.51
HSL 247.64º 0.28% 0.39% -
HSV(B) 247.64º 0.44% 0.49% -
XYZ 9.16 7.63 20.73 -
YUV 79.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 78 71 126 0.38 0.44 0 0.51 247.64 0.28 0.39
Hex 4E 47 7E 26 2C 0 33 F8 1C 27
Octal 116 107 176 46 54 0 63 370 34 47
Binary 1001110 1000111 1111110 100110 101100 0 110011 11111000 11100 100111

Color Harmonies of #4E477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E477E

Black with #4E477E

Text Example


Text Example

White with #4E477E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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