#466049

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

Shades of Nandor #466049

Tints of Nandor #466049

Color information

#466049 (or 0x466049) is unknown color: approx Nandor. HEX triplet: 46, 60 and 49. RGB value is (70,96,73). Sum of RGB (Red+Green+Blue) = 70+96+73=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #466049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466049 is #B99FB6. Grayscale: #555555. Windows color (decimal): -12165047 or 4808774. OLE color: 4808774.

HSL color Cylindrical-coordinate representation of color #466049: hue angle of 126.92º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #466049 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB709673-
CMYK0.2700.240.62
HSL126.92º15.66%32.55%-
HSV(B)126.92º27.08%37.65%-
XYZ7.9110.157.85-
YUV85.6120.89116.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=29.29%
G=40.17%
B=30.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096730.2700.240.62126.9215.6632.55
Hex4660491B0183E7f1021
Octal10614011133030761772041
Binary10001101100000100100111011011000111110111111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466049; }

 p { color: rgb(70,96,73); }

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

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

 a { background-color: rgb(70,96,73); }

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

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

 span { border-color: rgb(70,96,73); }

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