Html Css Color HEX #4E5359 Bright Grey

📋 copy color: '#4E5359'

red 78 ◦ green 83 ◦ blue 89

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

Shades of Bright Grey #4E5359

Tints of Bright Grey #4E5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 31.2%
G = 33.2%
B = 35.6%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E5359 (or 0x4E5359) is known color: Bright Grey. HEX triplet: 4E, 53 and 59. RGB value is (78,83,89). Sum of RGB (Red+Green+Blue) = 78+83+89=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5359 is #B1ACA6. Grayscale: #525252. Windows color (decimal): -11644071 or 5854030. OLE color: 5854030.

HSL color Cylindrical-coordinate representation of color #4E5359: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5359 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 83 89 -
CMYK 0.12 0.07 0 0.65
HSL 212.73º 0.07% 0.33% -
HSV(B) 212.73º 0.12% 0.35% -
XYZ 8.04 8.53 10.67 -
YUV 82.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 78 83 89 0.12 0.07 0 0.65 212.73 0.07 0.33
Hex 4E 53 59 C 7 0 41 D5 7 21
Octal 116 123 131 14 7 0 101 325 7 41
Binary 1001110 1010011 1011001 1100 111 0 1000001 11010101 111 100001

Color Harmonies of #4E5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5359

Black with #4E5359

Text Example


Text Example

White with #4E5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,83,89); }

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

background-color css

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

 a { background-color: rgb(78,83,89); }

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

border-color css

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

 span { border-color: rgb(78,83,89); }

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