#4A614C

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

Shades of Nandor #4A614C

Tints of Nandor #4A614C

Color information

#4A614C (or 0x4A614C) is unknown color: approx Nandor. HEX triplet: 4A, 61 and 4C. RGB value is (74,97,76). Sum of RGB (Red+Green+Blue) = 74+97+76=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #4A614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A614C is #B59EB3. Grayscale: #575757. Windows color (decimal): -11902644 or 5005642. OLE color: 5005642.

HSL color Cylindrical-coordinate representation of color #4A614C: hue angle of 125.22º degrees, saturation: 0.13, 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 #4A614C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB749776-
CMYK0.2400.220.62
HSL125.22º13.45%33.53%-
HSV(B)125.22º23.71%38.04%-
XYZ8.410.538.43-
YUV87.73121.38118.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=29.96%
G=39.27%
B=30.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497760.2400.220.62125.2213.4533.53
Hex4A614C180163E7dd22
Octal11214111430026761751542
Binary1001010110000110011001100001011011111011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,76); }

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

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

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

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

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

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

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