#4A694C

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

Shades of Nandor #4A694C

Tints of Nandor #4A694C

Color information

#4A694C (or 0x4A694C) is unknown color: approx Nandor. HEX triplet: 4A, 69 and 4C. RGB value is (74,105,76). Sum of RGB (Red+Green+Blue) = 74+105+76=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #4A694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A694C is #B596B3. Grayscale: #5C5C5C. Windows color (decimal): -11900596 or 5007690. OLE color: 5007690.

HSL color Cylindrical-coordinate representation of color #4A694C: hue angle of 123.87º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A694C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB7410576-
CMYK0.3000.280.59
HSL123.87º17.32%35.1%-
HSV(B)123.87º29.52%41.18%-
XYZ9.1812.088.69-
YUV92.42118.73114.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=29.02%
G=41.18%
B=29.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105760.3000.280.59123.8717.3235.1
Hex4A694C1E01C3B7c1123
Octal11215111436034731742143
Binary10010101101001100110011110011100111011111110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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