#49504A

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

Shades of Nandor #49504A

Tints of Nandor #49504A

Color information

#49504A (or 0x49504A) is unknown color: approx Nandor. HEX triplet: 49, 50 and 4A. RGB value is (73,80,74). Sum of RGB (Red+Green+Blue) = 73+80+74=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #49504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49504A is #B6AFB5. Grayscale: #4D4D4D. Windows color (decimal): -11972534 or 4870217. OLE color: 4870217.

HSL color Cylindrical-coordinate representation of color #49504A: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49504A is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB738074-
CMYK0.0900.080.69
HSL128.57º4.58%30%-
HSV(B)128.57º8.75%31.37%-
XYZ6.857.657.59-
YUV77.22126.18124.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=32.16%
G=35.24%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380740.0900.080.69128.574.5830
Hex49504A908458151e
Octal11112011211010105201536
Binary10010011010000100101010010100010001011000000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49504A; }

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

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

<style>
 a { background-color: #49504A; }

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

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

<style>
 span { border-color: #49504A; }

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

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