Html Css Color HEX #4D584E Nandor

📋 copy color: '#4D584E'

red 77 ◦ green 88 ◦ blue 78

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

Shades of Nandor #4D584E

Tints of Nandor #4D584E

RGB

 RED value IS 77 (30.47% from 255) = 31.69%

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

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 31.69%
G = 36.21%
B = 32.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#4D584E (or 0x4D584E) is known color: Nandor. HEX triplet: 4D, 58 and 4E. RGB value is (77,88,78). Sum of RGB (Red+Green+Blue) = 77+88+78=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #4D584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D584E is #B2A7B1. Grayscale: #535353. Windows color (decimal): -11708338 or 5134413. OLE color: 5134413.

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

Color convert

RGB 77 88 78 -
CMYK 0.12 0 0.11 0.65
HSL 125.45º 0.07% 0.32% -
HSV(B) 125.45º 0.13% 0.35% -
XYZ 7.93 9.11 8.55 -
YUV 83.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 77 88 78 0.12 0 0.11 0.65 125.45 0.07 0.32
Hex 4D 58 4E C 0 B 41 7D 7 20
Octal 115 130 116 14 0 13 101 175 7 40
Binary 1001101 1011000 1001110 1100 0 1011 1000001 1111101 111 100000

Color Harmonies of #4D584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D584E

Black with #4D584E

Text Example


Text Example

White with #4D584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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