Html Css Color HEX #4E4584 Victoria

📋 copy color: '#4E4584'

red 78 ◦ green 69 ◦ blue 132

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

Shades of Victoria #4E4584

Tints of Victoria #4E4584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 27.96%
G = 24.73%
B = 47.31%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E4584 (or 0x4E4584) is known color: Victoria. HEX triplet: 4E, 45 and 84. RGB value is (78,69,132). Sum of RGB (Red+Green+Blue) = 78+69+132=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E4584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4584 is #B1BA7B. Grayscale: #4E4E4E. Windows color (decimal): -11647612 or 8668494. OLE color: 8668494.

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

Color convert

RGB 78 69 132 -
CMYK 0.41 0.48 0 0.48
HSL 248.57º 0.31% 0.39% -
HSV(B) 248.57º 0.48% 0.52% -
XYZ 9.43 7.54 22.79 -
YUV 78.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 78 69 132 0.41 0.48 0 0.48 248.57 0.31 0.39
Hex 4E 45 84 29 30 0 30 F9 1F 27
Octal 116 105 204 51 60 0 60 371 37 47
Binary 1001110 1000101 10000100 101001 110000 0 110000 11111001 11111 100111

Color Harmonies of #4E4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4584

Black with #4E4584

Text Example


Text Example

White with #4E4584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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