Html Css Color HEX #4E4071 Meteorite

📋 copy color: '#4E4071'

red 78 ◦ green 64 ◦ blue 113

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

Shades of Meteorite #4E4071

Tints of Meteorite #4E4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 30.59%
G = 25.1%
B = 44.31%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E4071 (or 0x4E4071) is known color: Meteorite. HEX triplet: 4E, 40 and 71. RGB value is (78,64,113). Sum of RGB (Red+Green+Blue) = 78+64+113=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4071 is #B1BF8E. Grayscale: #494949. Windows color (decimal): -11648911 or 7422030. OLE color: 7422030.

HSL color Cylindrical-coordinate representation of color #4E4071: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E4071 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 64 113 -
CMYK 0.31 0.43 0 0.56
HSL 257.14º 0.28% 0.35% -
HSV(B) 257.14º 0.43% 0.44% -
XYZ 7.96 6.48 16.45 -
YUV 73.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 78 64 113 0.31 0.43 0 0.56 257.14 0.28 0.35
Hex 4E 40 71 1F 2B 0 38 101 1C 23
Octal 116 100 161 37 53 0 70 401 34 43
Binary 1001110 1000000 1110001 11111 101011 0 111000 100000001 11100 100011

Color Harmonies of #4E4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4071

Black with #4E4071

Text Example


Text Example

White with #4E4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,113); }

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

background-color css

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

 a { background-color: rgb(78,64,113); }

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

border-color css

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

 span { border-color: rgb(78,64,113); }

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