Html Css Color HEX #4A614D Nandor

📋 copy color: '#4A614D'

red 74 ◦ green 97 ◦ blue 77

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

Shades of Nandor #4A614D

Tints of Nandor #4A614D

RGB

 RED value IS 74 (29.3% from 255) = 29.84%

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

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

R = 29.84%
G = 39.11%
B = 31.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#4A614D (or 0x4A614D) is known color: Nandor. HEX triplet: 4A, 61 and 4D. RGB value is (74,97,77). Sum of RGB (Red+Green+Blue) = 74+97+77=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #4A614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A614D is #B59EB2. Grayscale: #575757. Windows color (decimal): -11902643 or 5071178. OLE color: 5071178.

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

Color convert

RGB 74 97 77 -
CMYK 0.24 0 0.21 0.62
HSL 127.83º 0.13% 0.34% -
HSV(B) 127.83º 0.24% 0.38% -
XYZ 8.44 10.54 8.61 -
YUV 87.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 74 97 77 0.24 0 0.21 0.62 127.83 0.13 0.34
Hex 4A 61 4D 18 0 15 3E 80 D 22
Octal 112 141 115 30 0 25 76 200 15 42
Binary 1001010 1100001 1001101 11000 0 10101 111110 10000000 1101 100010

Color Harmonies of #4A614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A614D

Black with #4A614D

Text Example


Text Example

White with #4A614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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