Html Css Color HEX #4F614D Nandor

📋 copy color: '#4F614D'

red 79 ◦ green 97 ◦ blue 77

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

Shades of Nandor #4F614D

Tints of Nandor #4F614D

RGB

 RED value IS 79 (31.25% from 255) = 31.23%

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 31.23%
G = 38.34%
B = 30.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#4F614D (or 0x4F614D) is known color: Nandor. HEX triplet: 4F, 61 and 4D. RGB value is (79,97,77). Sum of RGB (Red+Green+Blue) = 79+97+77=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #4F614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F614D is #B09EB2. Grayscale: #595959. Windows color (decimal): -11574963 or 5071183. OLE color: 5071183.

HSL color Cylindrical-coordinate representation of color #4F614D: hue angle of 114º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F614D is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 97 77 -
CMYK 0.19 0 0.21 0.62
HSL 114º 0.11% 0.34% -
HSV(B) 114º 0.21% 0.38% -
XYZ 8.84 10.75 8.63 -
YUV 89.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 79 97 77 0.19 0 0.21 0.62 114 0.11 0.34
Hex 4F 61 4D 13 0 15 3E 72 B 22
Octal 117 141 115 23 0 25 76 162 13 42
Binary 1001111 1100001 1001101 10011 0 10101 111110 1110010 1011 100010

Color Harmonies of #4F614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F614D

Black with #4F614D

Text Example


Text Example

White with #4F614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,77); }

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

background-color css

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

 a { background-color: rgb(79,97,77); }

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

border-color css

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

 span { border-color: rgb(79,97,77); }

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