Html Css Color HEX #4D674E Nandor

📋 copy color: '#4D674E'

red 77 ◦ green 103 ◦ blue 78

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

Shades of Nandor #4D674E

Tints of Nandor #4D674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.92%

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

R = 29.84%
G = 39.92%
B = 30.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#4D674E (or 0x4D674E) is known color: Nandor. HEX triplet: 4D, 67 and 4E. RGB value is (77,103,78). Sum of RGB (Red+Green+Blue) = 77+103+78=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #4D674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D674E is #B298B1. Grayscale: #5C5C5C. Windows color (decimal): -11704498 or 5138253. OLE color: 5138253.

HSL color Cylindrical-coordinate representation of color #4D674E: hue angle of 122.31º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D674E is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 103 78 -
CMYK 0.25 0 0.24 0.60
HSL 122.31º 0.14% 0.35% -
HSV(B) 122.31º 0.25% 0.4% -
XYZ 9.29 11.83 9 -
YUV 92.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 77 103 78 0.25 0 0.24 0.60 122.31 0.14 0.35
Hex 4D 67 4E 19 0 18 3C 7A E 23
Octal 115 147 116 31 0 30 74 172 16 43
Binary 1001101 1100111 1001110 11001 0 11000 111100 1111010 1110 100011

Color Harmonies of #4D674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D674E

Black with #4D674E

Text Example


Text Example

White with #4D674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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