Html Css Color HEX #4E4482 Victoria

📋 copy color: '#4E4482'

red 78 ◦ green 68 ◦ blue 130

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

Shades of Victoria #4E4482

Tints of Victoria #4E4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 28.26%
G = 24.64%
B = 47.1%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E4482 (or 0x4E4482) is known color: Victoria. HEX triplet: 4E, 44 and 82. RGB value is (78,68,130). Sum of RGB (Red+Green+Blue) = 78+68+130=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E4482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4482 is #B1BB7D. Grayscale: #4D4D4D. Windows color (decimal): -11647870 or 8537166. OLE color: 8537166.

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

Color convert

RGB 78 68 130 -
CMYK 0.40 0.48 0 0.49
HSL 249.68º 0.31% 0.39% -
HSV(B) 249.68º 0.48% 0.51% -
XYZ 9.24 7.37 22.05 -
YUV 78.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 78 68 130 0.40 0.48 0 0.49 249.68 0.31 0.39
Hex 4E 44 82 28 30 0 31 FA 1F 27
Octal 116 104 202 50 60 0 61 372 37 47
Binary 1001110 1000100 10000010 101000 110000 0 110001 11111010 11111 100111

Color Harmonies of #4E4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4482

Black with #4E4482

Text Example


Text Example

White with #4E4482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,68,130); }

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

background-color css

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

 a { background-color: rgb(78,68,130); }

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

border-color css

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

 span { border-color: rgb(78,68,130); }

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