Html Css Color HEX #4E584F Nandor

📋 copy color: '#4E584F'

red 78 ◦ green 88 ◦ blue 79

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

Shades of Nandor #4E584F

Tints of Nandor #4E584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 31.84%
G = 35.92%
B = 32.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#4E584F (or 0x4E584F) is known color: Nandor. HEX triplet: 4E, 58 and 4F. RGB value is (78,88,79). Sum of RGB (Red+Green+Blue) = 78+88+79=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E584F is #B1A7B0. Grayscale: #545454. Windows color (decimal): -11642801 or 5199950. OLE color: 5199950.

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

Color convert

RGB 78 88 79 -
CMYK 0.11 0 0.10 0.65
HSL 126º 0.06% 0.33% -
HSV(B) 126º 0.11% 0.35% -
XYZ 8.04 9.16 8.74 -
YUV 83.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 78 88 79 0.11 0 0.10 0.65 126 0.06 0.33
Hex 4E 58 4F B 0 A 41 7E 6 21
Octal 116 130 117 13 0 12 101 176 6 41
Binary 1001110 1011000 1001111 1011 0 1010 1000001 1111110 110 100001

Color Harmonies of #4E584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E584F

Black with #4E584F

Text Example


Text Example

White with #4E584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,79); }

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

background-color css

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

 a { background-color: rgb(78,88,79); }

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

border-color css

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

 span { border-color: rgb(78,88,79); }

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