#466349

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

Shades of Nandor #466349

Tints of Nandor #466349

Color information

#466349 (or 0x466349) is unknown color: approx Nandor. HEX triplet: 46, 63 and 49. RGB value is (70,99,73). Sum of RGB (Red+Green+Blue) = 70+99+73=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #466349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466349 is #B99CB6. Grayscale: #575757. Windows color (decimal): -12164279 or 4809542. OLE color: 4809542.

HSL color Cylindrical-coordinate representation of color #466349: hue angle of 126.21º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466349 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB709973-
CMYK0.2900.260.61
HSL126.21º17.16%33.14%-
HSV(B)126.21º29.29%38.82%-
XYZ8.1910.717.94-
YUV87.36119.89115.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=28.93%
G=40.91%
B=30.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099730.2900.260.61126.2117.1633.14
Hex4663491D01A3D7e1121
Octal10614311135032751762141
Binary10001101100011100100111101011010111101111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466349; }

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

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

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

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

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

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

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

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