Html Css Color HEX #4D694F Nandor

📋 copy color: '#4D694F'

red 77 ◦ green 105 ◦ blue 79

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

Shades of Nandor #4D694F

Tints of Nandor #4D694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

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

R = 29.5%
G = 40.23%
B = 30.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#4D694F (or 0x4D694F) is known color: Nandor. HEX triplet: 4D, 69 and 4F. RGB value is (77,105,79). Sum of RGB (Red+Green+Blue) = 77+105+79=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #4D694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D694F is #B296B0. Grayscale: #5D5D5D. Windows color (decimal): -11703985 or 5204301. OLE color: 5204301.

HSL color Cylindrical-coordinate representation of color #4D694F: hue angle of 124.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D694F is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 79 -
CMYK 0.27 0 0.25 0.59
HSL 124.29º 0.15% 0.36% -
HSV(B) 124.29º 0.27% 0.41% -
XYZ 9.52 12.25 9.26 -
YUV 93.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 77 105 79 0.27 0 0.25 0.59 124.29 0.15 0.36
Hex 4D 69 4F 1B 0 19 3B 7C F 24
Octal 115 151 117 33 0 31 73 174 17 44
Binary 1001101 1101001 1001111 11011 0 11001 111011 1111100 1111 100100

Color Harmonies of #4D694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D694F

Black with #4D694F

Text Example


Text Example

White with #4D694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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