Html Css Color HEX #49664B Nandor

📋 copy color: '#49664B'

red 73 ◦ green 102 ◦ blue 75

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

Shades of Nandor #49664B

Tints of Nandor #49664B

RGB

 RED value IS 73 (28.91% from 255) = 29.2%

 GREEN value IS 102 (40.23% from 255) = 40.8%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 29.2%
G = 40.8%
B = 30%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#49664B (or 0x49664B) is known color: Nandor. HEX triplet: 49, 66 and 4B. RGB value is (73,102,75). Sum of RGB (Red+Green+Blue) = 73+102+75=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #49664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49664B is #B699B4. Grayscale: #5A5A5A. Windows color (decimal): -11966901 or 4941385. OLE color: 4941385.

HSL color Cylindrical-coordinate representation of color #49664B: hue angle of 124.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49664B is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 75 -
CMYK 0.28 0 0.26 0.6
HSL 124.14º 0.17% 0.34% -
HSV(B) 124.14º 0.28% 0.4% -
XYZ 8.77 11.43 8.4 -
YUV 90.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 73 102 75 0.28 0 0.26 0.6 124.14 0.17 0.34
Hex 49 66 4B 1C 0 1A 3C 7C 11 22
Octal 111 146 113 34 0 32 74 174 21 42
Binary 1001001 1100110 1001011 11100 0 11010 111100 1111100 10001 100010

Color Harmonies of #49664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49664B

Black with #49664B

Text Example


Text Example

White with #49664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49664B; }

 p { color: rgb(73,102,75); }

 H1.HeaderClassName
 {
   color: #49664B;
 }
 .AnyTagClassName
 {
   color: #49664B;
 }
</style>

background-color css

<style>
 a { background-color: #49664B; }

 a { background-color: rgb(73,102,75); }

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

border-color css

<style>
 span { border-color: #49664B; }

 span { border-color: rgb(73,102,75); }

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