Html Css Color HEX #4E3972 Meteorite

📋 copy color: '#4E3972'

red 78 ◦ green 57 ◦ blue 114

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

Shades of Meteorite #4E3972

Tints of Meteorite #4E3972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 31.33%
G = 22.89%
B = 45.78%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E3972 (or 0x4E3972) is known color: Meteorite. HEX triplet: 4E, 39 and 72. RGB value is (78,57,114). Sum of RGB (Red+Green+Blue) = 78+57+114=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E3972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3972 is #B1C68D. Grayscale: #454545. Windows color (decimal): -11650702 or 7485774. OLE color: 7485774.

HSL color Cylindrical-coordinate representation of color #4E3972: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E3972 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 57 114 -
CMYK 0.32 0.50 0 0.55
HSL 262.11º 0.33% 0.34% -
HSV(B) 262.11º 0.5% 0.45% -
XYZ 7.64 5.76 16.63 -
YUV 69.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 78 57 114 0.32 0.50 0 0.55 262.11 0.33 0.34
Hex 4E 39 72 20 32 0 37 106 21 22
Octal 116 71 162 40 62 0 67 406 41 42
Binary 1001110 111001 1110010 100000 110010 0 110111 100000110 100001 100010

Color Harmonies of #4E3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3972

Black with #4E3972

Text Example


Text Example

White with #4E3972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,57,114); }

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

background-color css

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

 a { background-color: rgb(78,57,114); }

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

border-color css

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

 span { border-color: rgb(78,57,114); }

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