Html Css Color HEX #4E4565 Meteorite

📋 copy color: '#4E4565'

red 78 ◦ green 69 ◦ blue 101

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

Shades of Meteorite #4E4565

Tints of Meteorite #4E4565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 31.45%
G = 27.82%
B = 40.73%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E4565 (or 0x4E4565) is known color: Meteorite. HEX triplet: 4E, 45 and 65. RGB value is (78,69,101). Sum of RGB (Red+Green+Blue) = 78+69+101=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4565 is #B1BA9A. Grayscale: #4B4B4B. Windows color (decimal): -11647643 or 6636878. OLE color: 6636878.

HSL color Cylindrical-coordinate representation of color #4E4565: hue angle of 256.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E4565 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 69 101 -
CMYK 0.23 0.32 0 0.60
HSL 256.88º 0.19% 0.33% -
HSV(B) 256.88º 0.32% 0.4% -
XYZ 7.62 6.82 13.23 -
YUV 75.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 78 69 101 0.23 0.32 0 0.60 256.88 0.19 0.33
Hex 4E 45 65 17 20 0 3C 101 13 21
Octal 116 105 145 27 40 0 74 401 23 41
Binary 1001110 1000101 1100101 10111 100000 0 111100 100000001 10011 100001

Color Harmonies of #4E4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4565

Black with #4E4565

Text Example


Text Example

White with #4E4565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,69,101); }

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

background-color css

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

 a { background-color: rgb(78,69,101); }

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

border-color css

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

 span { border-color: rgb(78,69,101); }

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