#466647

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

Shades of Nandor #466647

Tints of Nandor #466647

Color information

#466647 (or 0x466647) is unknown color: approx Nandor. HEX triplet: 46, 66 and 47. RGB value is (70,102,71). Sum of RGB (Red+Green+Blue) = 70+102+71=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #466647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466647 is #B999B8. Grayscale: #585858. Windows color (decimal): -12163513 or 4679238. OLE color: 4679238.

HSL color Cylindrical-coordinate representation of color #466647: hue angle of 121.87º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466647 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB7010271-
CMYK0.3100.300.6
HSL121.87º18.6%33.73%-
HSV(B)121.87º31.37%40%-
XYZ8.4111.267.69-
YUV88.9117.9114.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=28.81%
G=41.98%
B=29.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102710.3100.300.6121.8718.633.73
Hex4666471F01E3C7a1322
Octal10614610737036741722342
Binary10001101100110100011111111011110111100111101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466647; }

 p { color: rgb(70,102,71); }

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

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

 a { background-color: rgb(70,102,71); }

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

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

 span { border-color: rgb(70,102,71); }

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