Html Css Color HEX #4E3C76 Meteorite

📋 copy color: '#4E3C76'

red 78 ◦ green 60 ◦ blue 118

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

Shades of Meteorite #4E3C76

Tints of Meteorite #4E3C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 30.47%
G = 23.44%
B = 46.09%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E3C76 (or 0x4E3C76) is known color: Meteorite. HEX triplet: 4E, 3C and 76. RGB value is (78,60,118). Sum of RGB (Red+Green+Blue) = 78+60+118=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E3C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C76 is #B1C389. Grayscale: #474747. Windows color (decimal): -11649930 or 7748686. OLE color: 7748686.

HSL color Cylindrical-coordinate representation of color #4E3C76: hue angle of 258.62º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E3C76 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 60 118 -
CMYK 0.34 0.49 0 0.54
HSL 258.62º 0.33% 0.35% -
HSV(B) 258.62º 0.49% 0.46% -
XYZ 8.03 6.16 17.91 -
YUV 71.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 78 60 118 0.34 0.49 0 0.54 258.62 0.33 0.35
Hex 4E 3C 76 22 31 0 36 103 21 23
Octal 116 74 166 42 61 0 66 403 41 43
Binary 1001110 111100 1110110 100010 110001 0 110110 100000011 100001 100011

Color Harmonies of #4E3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C76

Black with #4E3C76

Text Example


Text Example

White with #4E3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,118); }

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

background-color css

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

 a { background-color: rgb(78,60,118); }

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

border-color css

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

 span { border-color: rgb(78,60,118); }

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