#49544B

Color #49544B Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #49544B

Tints of Nandor #49544B

Color information

#49544B (or 0x49544B) is unknown color: approx Nandor. HEX triplet: 49, 54 and 4B. RGB value is (73,84,75). Sum of RGB (Red+Green+Blue) = 73+84+75=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #49544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49544B is #B6ABB4. Grayscale: #4F4F4F. Windows color (decimal): -11971509 or 4936777. OLE color: 4936777.

HSL color Cylindrical-coordinate representation of color #49544B: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #49544B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB738475-
CMYK0.1300.110.67
HSL130.91º7.01%30.78%-
HSV(B)130.91º13.1%32.94%-
XYZ7.198.277.87-
YUV79.68125.36123.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=31.47%
G=36.21%
B=32.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384750.1300.110.67130.917.0130.78
Hex49544BD0B438371f
Octal11112411315013103203737
Binary10010011010100100101111010101110000111000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49544B;
 }
 .AnyTagClassName
 {
   color: #49544B;
 }
</style>
background-color css

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

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

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

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

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

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