Html Css Color HEX #4E476F Meteorite

📋 copy color: '#4E476F'

red 78 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #4E476F

Tints of Meteorite #4E476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 30%
G = 27.31%
B = 42.69%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E476F (or 0x4E476F) is known color: Meteorite. HEX triplet: 4E, 47 and 6F. RGB value is (78,71,111). Sum of RGB (Red+Green+Blue) = 78+71+111=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E476F is #B1B890. Grayscale: #4D4D4D. Windows color (decimal): -11647121 or 7292750. OLE color: 7292750.

HSL color Cylindrical-coordinate representation of color #4E476F: hue angle of 250.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E476F is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 71 111 -
CMYK 0.30 0.36 0 0.56
HSL 250.5º 0.22% 0.36% -
HSV(B) 250.5º 0.36% 0.44% -
XYZ 8.26 7.27 16.01 -
YUV 77.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 78 71 111 0.30 0.36 0 0.56 250.5 0.22 0.36
Hex 4E 47 6F 1E 24 0 38 FB 16 24
Octal 116 107 157 36 44 0 70 373 26 44
Binary 1001110 1000111 1101111 11110 100100 0 111000 11111011 10110 100100

Color Harmonies of #4E476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E476F

Black with #4E476F

Text Example


Text Example

White with #4E476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,71,111); }

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

background-color css

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

 a { background-color: rgb(78,71,111); }

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

border-color css

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

 span { border-color: rgb(78,71,111); }

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