#46654A

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

Shades of Nandor #46654A

Tints of Nandor #46654A

Color information

#46654A (or 0x46654A) is unknown color: approx Nandor. HEX triplet: 46, 65 and 4A. RGB value is (70,101,74). Sum of RGB (Red+Green+Blue) = 70+101+74=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #46654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46654A is #B99AB5. Grayscale: #585858. Windows color (decimal): -12163766 or 4875590. OLE color: 4875590.

HSL color Cylindrical-coordinate representation of color #46654A: hue angle of 127.74º degrees, saturation: 0.18, 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 #46654A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB7010174-
CMYK0.3100.270.60
HSL127.74º18.13%33.53%-
HSV(B)127.74º30.69%39.61%-
XYZ8.4211.18.18-
YUV88.65119.73114.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=28.57%
G=41.22%
B=30.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101740.3100.270.60127.7418.1333.53
Hex46654A1F01B3C801222
Octal10614511237033742002242
Binary100011011001011001010111110110111111001000000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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