#4A624D

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

Shades of Nandor #4A624D

Tints of Nandor #4A624D

Color information

#4A624D (or 0x4A624D) is unknown color: approx Nandor. HEX triplet: 4A, 62 and 4D. RGB value is (74,98,77). Sum of RGB (Red+Green+Blue) = 74+98+77=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #4A624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A624D is #B59DB2. Grayscale: #585858. Windows color (decimal): -11902387 or 5071434. OLE color: 5071434.

HSL color Cylindrical-coordinate representation of color #4A624D: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A624D is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB749877-
CMYK0.2400.210.62
HSL127.5º13.95%33.73%-
HSV(B)127.5º24.49%38.43%-
XYZ8.5310.738.64-
YUV88.43121.55117.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=29.72%
G=39.36%
B=30.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498770.2400.210.62127.513.9533.73
Hex4A624D180153E7fe22
Octal11214211530025761771642
Binary1001010110001010011011100001010111111011111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,77); }

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

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

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

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

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

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

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