Html Css Color HEX #4E487C Victoria

📋 copy color: '#4E487C'

red 78 ◦ green 72 ◦ blue 124

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

Shades of Victoria #4E487C

Tints of Victoria #4E487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 28.47%
G = 26.28%
B = 45.26%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E487C (or 0x4E487C) is known color: Victoria. HEX triplet: 4E, 48 and 7C. RGB value is (78,72,124). Sum of RGB (Red+Green+Blue) = 78+72+124=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E487C is #B1B783. Grayscale: #4F4F4F. Windows color (decimal): -11646852 or 8144974. OLE color: 8144974.

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

Color convert

RGB 78 72 124 -
CMYK 0.37 0.42 0 0.51
HSL 246.92º 0.27% 0.38% -
HSV(B) 246.92º 0.42% 0.49% -
XYZ 9.1 7.71 20.08 -
YUV 79.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 78 72 124 0.37 0.42 0 0.51 246.92 0.27 0.38
Hex 4E 48 7C 25 2A 0 33 F7 1B 26
Octal 116 110 174 45 52 0 63 367 33 46
Binary 1001110 1001000 1111100 100101 101010 0 110011 11110111 11011 100110

Color Harmonies of #4E487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E487C

Black with #4E487C

Text Example


Text Example

White with #4E487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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