#4A584A

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

Shades of Nandor #4A584A

Tints of Nandor #4A584A

Color information

#4A584A (or 0x4A584A) is unknown color: approx Nandor. HEX triplet: 4A, 58 and 4A. RGB value is (74,88,74). Sum of RGB (Red+Green+Blue) = 74+88+74=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #4A584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A584A is #B5A7B5. Grayscale: #525252. Windows color (decimal): -11904950 or 4872266. OLE color: 4872266.

HSL color Cylindrical-coordinate representation of color #4A584A: hue angle of 120º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A584A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB748874-
CMYK0.1600.160.65
HSL120º8.64%31.76%-
HSV(B)120º15.91%34.51%-
XYZ7.558.937.8-
YUV82.22123.36122.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=31.36%
G=37.29%
B=31.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7488740.1600.160.651208.6431.76
Hex4A584A100104178920
Octal112130112200201011701140
Binary10010101011000100101010000010000100000111110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,88,74); }

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

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

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

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

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

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

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