Html Css Color HEX #4E486C Meteorite

📋 copy color: '#4E486C'

red 78 ◦ green 72 ◦ blue 108

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

Shades of Meteorite #4E486C

Tints of Meteorite #4E486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 30.23%
G = 27.91%
B = 41.86%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E486C (or 0x4E486C) is known color: Meteorite. HEX triplet: 4E, 48 and 6C. RGB value is (78,72,108). Sum of RGB (Red+Green+Blue) = 78+72+108=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E486C is #B1B793. Grayscale: #4D4D4D. Windows color (decimal): -11646868 or 7096398. OLE color: 7096398.

HSL color Cylindrical-coordinate representation of color #4E486C: hue angle of 250º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E486C is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 72 108 -
CMYK 0.28 0.33 0 0.58
HSL 250º 0.2% 0.35% -
HSV(B) 250º 0.33% 0.42% -
XYZ 8.17 7.34 15.17 -
YUV 77.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 78 72 108 0.28 0.33 0 0.58 250 0.2 0.35
Hex 4E 48 6C 1C 21 0 3A FA 14 23
Octal 116 110 154 34 41 0 72 372 24 43
Binary 1001110 1001000 1101100 11100 100001 0 111010 11111010 10100 100011

Color Harmonies of #4E486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E486C

Black with #4E486C

Text Example


Text Example

White with #4E486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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