Html Css Color HEX #4D604F Nandor

📋 copy color: '#4D604F'

red 77 ◦ green 96 ◦ blue 79

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

Shades of Nandor #4D604F

Tints of Nandor #4D604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

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

R = 30.56%
G = 38.1%
B = 31.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#4D604F (or 0x4D604F) is known color: Nandor. HEX triplet: 4D, 60 and 4F. RGB value is (77,96,79). Sum of RGB (Red+Green+Blue) = 77+96+79=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #4D604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D604F is #B29FB0. Grayscale: #585858. Windows color (decimal): -11706289 or 5201997. OLE color: 5201997.

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

Color convert

RGB 77 96 79 -
CMYK 0.20 0 0.18 0.62
HSL 126.32º 0.11% 0.34% -
HSV(B) 126.32º 0.2% 0.38% -
XYZ 8.65 10.51 8.97 -
YUV 88.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 77 96 79 0.20 0 0.18 0.62 126.32 0.11 0.34
Hex 4D 60 4F 14 0 12 3E 7E B 22
Octal 115 140 117 24 0 22 76 176 13 42
Binary 1001101 1100000 1001111 10100 0 10010 111110 1111110 1011 100010

Color Harmonies of #4D604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D604F

Black with #4D604F

Text Example


Text Example

White with #4D604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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