Html Css Color HEX #4E457E Victoria

📋 copy color: '#4E457E'

red 78 ◦ green 69 ◦ blue 126

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

Shades of Victoria #4E457E

Tints of Victoria #4E457E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 28.57%
G = 25.27%
B = 46.15%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E457E (or 0x4E457E) is known color: Victoria. HEX triplet: 4E, 45 and 7E. RGB value is (78,69,126). Sum of RGB (Red+Green+Blue) = 78+69+126=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E457E is #B1BA81. Grayscale: #4D4D4D. Windows color (decimal): -11647618 or 8275278. OLE color: 8275278.

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

Color convert

RGB 78 69 126 -
CMYK 0.38 0.45 0 0.51
HSL 249.47º 0.29% 0.38% -
HSV(B) 249.47º 0.45% 0.49% -
XYZ 9.04 7.38 20.69 -
YUV 78.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 78 69 126 0.38 0.45 0 0.51 249.47 0.29 0.38
Hex 4E 45 7E 26 2D 0 33 F9 1D 26
Octal 116 105 176 46 55 0 63 371 35 46
Binary 1001110 1000101 1111110 100110 101101 0 110011 11111001 11101 100110

Color Harmonies of #4E457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E457E

Black with #4E457E

Text Example


Text Example

White with #4E457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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