#4A684A

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

Shades of Nandor #4A684A

Tints of Nandor #4A684A

Color information

#4A684A (or 0x4A684A) is unknown color: approx Nandor. HEX triplet: 4A, 68 and 4A. RGB value is (74,104,74). Sum of RGB (Red+Green+Blue) = 74+104+74=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #4A684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A684A is #B597B5. Grayscale: #5B5B5B. Windows color (decimal): -11900854 or 4876362. OLE color: 4876362.

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

Color convert

RGB7410474-
CMYK0.2900.290.59
HSL120º16.85%34.9%-
HSV(B)120º28.85%40.78%-
XYZ9.0111.858.29-
YUV91.61118.06115.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=29.37%
G=41.27%
B=29.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104740.2900.290.5912016.8534.9
Hex4A684A1D01D3B781123
Octal11215011235035731702143
Binary10010101101000100101011101011101111011111100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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