Html Css Color HEX #4E487E Victoria

📋 copy color: '#4E487E'

red 78 ◦ green 72 ◦ blue 126

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

Shades of Victoria #4E487E

Tints of Victoria #4E487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 28.26%
G = 26.09%
B = 45.65%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E487E (or 0x4E487E) is known color: Victoria. HEX triplet: 4E, 48 and 7E. RGB value is (78,72,126). Sum of RGB (Red+Green+Blue) = 78+72+126=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E487E is #B1B781. Grayscale: #4F4F4F. Windows color (decimal): -11646850 or 8276046. OLE color: 8276046.

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

Color convert

RGB 78 72 126 -
CMYK 0.38 0.43 0 0.51
HSL 246.67º 0.27% 0.39% -
HSV(B) 246.67º 0.43% 0.49% -
XYZ 9.23 7.76 20.75 -
YUV 79.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 78 72 126 0.38 0.43 0 0.51 246.67 0.27 0.39
Hex 4E 48 7E 26 2B 0 33 F7 1B 27
Octal 116 110 176 46 53 0 63 367 33 47
Binary 1001110 1001000 1111110 100110 101011 0 110011 11110111 11011 100111

Color Harmonies of #4E487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E487E

Black with #4E487E

Text Example


Text Example

White with #4E487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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