#466847

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

Shades of Nandor #466847

Tints of Nandor #466847

Color information

#466847 (or 0x466847) is unknown color: approx Nandor. HEX triplet: 46, 68 and 47. RGB value is (70,104,71). Sum of RGB (Red+Green+Blue) = 70+104+71=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #466847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466847 is #B997B8. Grayscale: #5A5A5A. Windows color (decimal): -12163001 or 4679750. OLE color: 4679750.

HSL color Cylindrical-coordinate representation of color #466847: hue angle of 121.76º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466847 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB7010471-
CMYK0.3300.320.59
HSL121.76º19.54%34.12%-
HSV(B)121.76º32.69%40.78%-
XYZ8.6111.667.76-
YUV90.07117.24113.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=28.57%
G=42.45%
B=28.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104710.3300.320.59121.7619.5434.12
Hex466847210203B7a1422
Octal10615010741040731722442
Binary1000110110100010001111000010100000111011111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466847; }

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

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

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

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

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

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

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

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