Html Css Color HEX #49674B Nandor

📋 copy color: '#49674B'

red 73 ◦ green 103 ◦ blue 75

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

Shades of Nandor #49674B

Tints of Nandor #49674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

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

R = 29.08%
G = 41.04%
B = 29.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#49674B (or 0x49674B) is known color: Nandor. HEX triplet: 49, 67 and 4B. RGB value is (73,103,75). Sum of RGB (Red+Green+Blue) = 73+103+75=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #49674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49674B is #B698B4. Grayscale: #5A5A5A. Windows color (decimal): -11966645 or 4941641. OLE color: 4941641.

HSL color Cylindrical-coordinate representation of color #49674B: hue angle of 124º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49674B is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 75 -
CMYK 0.29 0 0.27 0.60
HSL 124º 0.17% 0.35% -
HSV(B) 124º 0.29% 0.4% -
XYZ 8.87 11.62 8.43 -
YUV 90.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 73 103 75 0.29 0 0.27 0.60 124 0.17 0.35
Hex 49 67 4B 1D 0 1B 3C 7C 11 23
Octal 111 147 113 35 0 33 74 174 21 43
Binary 1001001 1100111 1001011 11101 0 11011 111100 1111100 10001 100011

Color Harmonies of #49674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49674B

Black with #49674B

Text Example


Text Example

White with #49674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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