#46644A

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

Shades of Nandor #46644A

Tints of Nandor #46644A

Color information

#46644A (or 0x46644A) is unknown color: approx Nandor. HEX triplet: 46, 64 and 4A. RGB value is (70,100,74). Sum of RGB (Red+Green+Blue) = 70+100+74=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #46644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46644A is #B99BB5. Grayscale: #585858. Windows color (decimal): -12164022 or 4875334. OLE color: 4875334.

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

Color convert

RGB7010074-
CMYK0.3000.260.61
HSL128º17.65%33.33%-
HSV(B)128º30%39.22%-
XYZ8.3210.918.15-
YUV88.07120.06115.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=28.69%
G=40.98%
B=30.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100740.3000.260.6112817.6533.33
Hex46644A1E01A3D801221
Octal10614411236032752002241
Binary100011011001001001010111100110101111011000000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46644A; }

 p { color: rgb(70,100,74); }

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

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

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

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

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

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

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