Html Css Color HEX #4A6849 Nandor

📋 copy color: '#4A6849'

red 74 ◦ green 104 ◦ blue 73

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

Shades of Nandor #4A6849

Tints of Nandor #4A6849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.43%

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

R = 29.48%
G = 41.43%
B = 29.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#4A6849 (or 0x4A6849) is known color: Nandor. HEX triplet: 4A, 68 and 49. RGB value is (74,104,73). Sum of RGB (Red+Green+Blue) = 74+104+73=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6849 is #B597B6. Grayscale: #5B5B5B. Windows color (decimal): -11900855 or 4810826. OLE color: 4810826.

HSL color Cylindrical-coordinate representation of color #4A6849: hue angle of 118.06º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6849 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 104 73 -
CMYK 0.29 0 0.30 0.59
HSL 118.06º 0.18% 0.35% -
HSV(B) 118.06º 0.3% 0.41% -
XYZ 8.98 11.84 8.12 -
YUV 91.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 74 104 73 0.29 0 0.30 0.59 118.06 0.18 0.35
Hex 4A 68 49 1D 0 1E 3B 76 12 23
Octal 112 150 111 35 0 36 73 166 22 43
Binary 1001010 1101000 1001001 11101 0 11110 111011 1110110 10010 100011

Color Harmonies of #4A6849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6849

Black with #4A6849

Text Example


Text Example

White with #4A6849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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