Html Css Color HEX #4A6B49 Nandor

📋 copy color: '#4A6B49'

red 74 ◦ green 107 ◦ blue 73

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

Shades of Nandor #4A6B49

Tints of Nandor #4A6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 29.13%
G = 42.13%
B = 28.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#4A6B49 (or 0x4A6B49) is known color: Nandor. HEX triplet: 4A, 6B and 49. RGB value is (74,107,73). Sum of RGB (Red+Green+Blue) = 74+107+73=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B49 is #B594B6. Grayscale: #5D5D5D. Windows color (decimal): -11900087 or 4811594. OLE color: 4811594.

HSL color Cylindrical-coordinate representation of color #4A6B49: hue angle of 118.24º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6B49 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 73 -
CMYK 0.31 0 0.32 0.58
HSL 118.24º 0.19% 0.35% -
HSV(B) 118.24º 0.32% 0.42% -
XYZ 9.28 12.45 8.22 -
YUV 93.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 74 107 73 0.31 0 0.32 0.58 118.24 0.19 0.35
Hex 4A 6B 49 1F 0 20 3A 76 13 23
Octal 112 153 111 37 0 40 72 166 23 43
Binary 1001010 1101011 1001001 11111 0 100000 111010 1110110 10011 100011

Color Harmonies of #4A6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B49

Black with #4A6B49

Text Example


Text Example

White with #4A6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,73); }

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

background-color css

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

 a { background-color: rgb(74,107,73); }

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

border-color css

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

 span { border-color: rgb(74,107,73); }

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