Html Css Color HEX #4E515F Bright Grey

📋 copy color: '#4E515F'

red 78 ◦ green 81 ◦ blue 95

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

Shades of Bright Grey #4E515F

Tints of Bright Grey #4E515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 30.71%
G = 31.89%
B = 37.4%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E515F (or 0x4E515F) is known color: Bright Grey. HEX triplet: 4E, 51 and 5F. RGB value is (78,81,95). Sum of RGB (Red+Green+Blue) = 78+81+95=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E515F is #B1AEA0. Grayscale: #515151. Windows color (decimal): -11644577 or 6246734. OLE color: 6246734.

HSL color Cylindrical-coordinate representation of color #4E515F: hue angle of 229.41º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E515F is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 81 95 -
CMYK 0.18 0.15 0 0.63
HSL 229.41º 0.1% 0.34% -
HSV(B) 229.41º 0.18% 0.37% -
XYZ 8.15 8.33 12 -
YUV 81.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 78 81 95 0.18 0.15 0 0.63 229.41 0.1 0.34
Hex 4E 51 5F 12 F 0 3F E5 A 22
Octal 116 121 137 22 17 0 77 345 12 42
Binary 1001110 1010001 1011111 10010 1111 0 111111 11100101 1010 100010

Color Harmonies of #4E515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E515F

Black with #4E515F

Text Example


Text Example

White with #4E515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,95); }

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

background-color css

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

 a { background-color: rgb(78,81,95); }

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

border-color css

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

 span { border-color: rgb(78,81,95); }

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