Html Css Color HEX #4E4885 Victoria

📋 copy color: '#4E4885'

red 78 ◦ green 72 ◦ blue 133

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

Shades of Victoria #4E4885

Tints of Victoria #4E4885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47%

R = 27.56%
G = 25.44%
B = 47%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E4885 (or 0x4E4885) is known color: Victoria. HEX triplet: 4E, 48 and 85. RGB value is (78,72,133). Sum of RGB (Red+Green+Blue) = 78+72+133=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E4885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4885 is #B1B77A. Grayscale: #505050. Windows color (decimal): -11646843 or 8734798. OLE color: 8734798.

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

Color convert

RGB 78 72 133 -
CMYK 0.41 0.46 0 0.48
HSL 245.9º 0.3% 0.4% -
HSV(B) 245.9º 0.46% 0.52% -
XYZ 9.69 7.95 23.21 -
YUV 80.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 78 72 133 0.41 0.46 0 0.48 245.9 0.3 0.4
Hex 4E 48 85 29 2E 0 30 F6 1E 28
Octal 116 110 205 51 56 0 60 366 36 50
Binary 1001110 1001000 10000101 101001 101110 0 110000 11110110 11110 101000

Color Harmonies of #4E4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4885

Black with #4E4885

Text Example


Text Example

White with #4E4885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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